mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
dns.name module does not have minversion attribute
The dns module does have it.
(cherry picked from commit ed33f44829)
This commit is contained in:
parent
1987a84de4
commit
acd6d5f954
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import pytest
|
|||
import isctest
|
||||
import isctest.name
|
||||
|
||||
pytest.importorskip("dns.name", minversion="2.3.0")
|
||||
pytest.importorskip("dns", minversion="2.3.0")
|
||||
|
||||
# set of properies present in the tested zone - read by tests_zone_analyzer.py
|
||||
CATEGORIES = frozenset(
|
||||
|
|
|
|||
Loading…
Reference in a new issue