From: Matthijs Mekking Date: Tue, 18 Mar 2025 09:06:29 +0000 (+0100) Subject: The kasp tests require dnspython >= 2.0.0 X-Git-Tag: v9.21.8~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46aead5a6df2337fa3dc758f2bd839c88efe611c;p=thirdparty%2Fbind9.git The kasp tests require dnspython >= 2.0.0 The kasp tests make use of dns.update.UpdateMessage and dns.tsig.Key, that are introduced in dnspython 2.0.0. --- diff --git a/bin/tests/system/kasp/tests_kasp.py b/bin/tests/system/kasp/tests_kasp.py index adc83988c20..7ffa22e7402 100644 --- a/bin/tests/system/kasp/tests_kasp.py +++ b/bin/tests/system/kasp/tests_kasp.py @@ -19,6 +19,7 @@ import dns import dns.update import pytest +pytest.importorskip("dns", minversion="2.0.0") import isctest from isctest.kasp import ( KeyProperties,