mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 05:29:59 -04:00
[9.20] fix: test: dns.name module does not have minversion attribute
The dns module does have it. Backport of MR !11348 Merge branch 'backport-mnowak/enable-selftest-system-test-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11350
This commit is contained in:
commit
e471eb02ff
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