Fix NSEC3HASH system test on jammy

a94aab9440 removed importorskip call from
isctest.name on which the functionality of this test relied.

Add an explicit importorskip call to the test.
This commit is contained in:
Štěpán Balážik 2025-11-05 10:51:26 +01:00
parent 7ca069e28f
commit 35923a952e

View file

@ -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