From 35923a952e9b8449afa9e4837424fd91f48b1024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Wed, 5 Nov 2025 10:51:26 +0100 Subject: [PATCH] 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. --- bin/tests/system/tools/tests_tools_nsec3hash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/tools/tests_tools_nsec3hash.py b/bin/tests/system/tools/tests_tools_nsec3hash.py index f1384d6ceb..605e5e55af 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