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=93e7c84d3ea0364162b1d18c9b708840fa2a68a0;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 19086df1a8..b73a407cdb 100644 --- a/bin/tests/system/isctest/query.py +++ b/bin/tests/system/isctest/query.py @@ -134,12 +134,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(