Add dnspython>=2.0.0 requirement for digdelv

Now that the test uses AsyncDnsServer, require the appropriate dnspython
version for the test.
This commit is contained in:
Nicki Křížek 2025-11-28 16:49:08 +01:00
parent 0b7a089c7f
commit 6c69abf783

View file

@ -11,6 +11,9 @@
import pytest
# isctest.asyncserver requires dnspython >= 2.0.0
pytest.importorskip("dns", minversion="2.0.0")
pytestmark = pytest.mark.extra_artifacts(
[
"delv.out.*",
@ -20,7 +23,6 @@ pytestmark = pytest.mark.extra_artifacts(
"nsupdate.out.*",
"yamlget.out.*",
"ans*/ans.run",
"ans*/query.log",
"ns*/anchor.*",
"ns*/dsset-*",
"ns*/keydata",