]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add dnspython>=2.0.0 requirement for digdelv
authorNicki Křížek <nicki@isc.org>
Fri, 28 Nov 2025 15:49:08 +0000 (16:49 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 12 Jan 2026 10:08:31 +0000 (11:08 +0100)
Now that the test uses AsyncDnsServer, require the appropriate dnspython
version for the test.

bin/tests/system/digdelv/tests_sh_digdelv.py

index 5767bc1a6e77e82a529aa0d88c6ff5a1a4276868..3ed7811c1cb1cb6842623d4643feb46770ce4b03 100644 (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",