From: Štěpán Balážik Date: Wed, 5 Nov 2025 09:51:26 +0000 (+0100) Subject: Fix NSEC3HASH system test on jammy X-Git-Tag: v9.21.15~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35923a952e9b8449afa9e4837424fd91f48b1024;p=thirdparty%2Fbind9.git Fix NSEC3HASH system test on jammy a94aab94404201a662c1e1d3e53cdeae0f5c8db5 removed importorskip call from isctest.name on which the functionality of this test relied. Add an explicit importorskip call to the test. --- diff --git a/bin/tests/system/tools/tests_tools_nsec3hash.py b/bin/tests/system/tools/tests_tools_nsec3hash.py index f1384d6ceb5..605e5e55af4 100644 --- a/bin/tests/system/tools/tests_tools_nsec3hash.py +++ b/bin/tests/system/tools/tests_tools_nsec3hash.py @@ -19,6 +19,7 @@ from isctest.hypothesis.strategies import dns_names from hypothesis import strategies, given, settings +pytest.importorskip("dns.dnssectypes") from dns.dnssectypes import NSEC3Hash import dns.dnssec