From: Štěpán Balážik Date: Sat, 25 Apr 2026 18:19:18 +0000 (+0200) Subject: Remove forgotten compatibility check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fstepan%2Ftcp-system-test-python;p=thirdparty%2Fbind9.git Remove forgotten compatibility check dnspython >= 2.7.0 is now required everywhere. --- diff --git a/bin/tests/system/isctest/query.py b/bin/tests/system/isctest/query.py index 8937e21f02f..9d31bbd4a9e 100644 --- a/bin/tests/system/isctest/query.py +++ b/bin/tests/system/isctest/query.py @@ -123,12 +123,7 @@ def tcp(*args, **kwargs) -> Any: def tls(*args, **kwargs) -> Any: - try: - return generic_query(dns.query.tls, *args, **kwargs) - except TypeError as e: - raise RuntimeError( - "dnspython 2.5.0 or newer is required for isctest.query.tls()" - ) from e + return generic_query(dns.query.tls, *args, **kwargs) def create(