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.

(cherry picked from commit 35923a952e)
This commit is contained in:
Štěpán Balážik 2025-11-05 10:51:26 +01:00 committed by Štěpán Balážik (GitLab job 6443059)
parent 3a41fbcdde
commit afe13d1e59

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