From: Ondřej Surý Date: Tue, 4 Apr 2023 15:21:07 +0000 (+0200) Subject: Bump the requirement in dnstap test to dnspython 2.0.0 X-Git-Tag: v9.19.12~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e123b76b0e542bdf1c8506ee9fa05958b61bd1d1;p=thirdparty%2Fbind9.git Bump the requirement in dnstap test to dnspython 2.0.0 The dnspython.Resolve.resolve() requires at least dnspython >= 2.0.0, this wasn't enforced in the dnstap system test. --- diff --git a/bin/tests/system/dnstap/tests_dnstap.py b/bin/tests/system/dnstap/tests_dnstap.py index e27ad9d373e..ca687b0fc25 100644 --- a/bin/tests/system/dnstap/tests_dnstap.py +++ b/bin/tests/system/dnstap/tests_dnstap.py @@ -17,7 +17,7 @@ import subprocess import pytest -pytest.importorskip("dns") +pytest.importorskip("dns", minversion="2.0.0") import dns.resolver