mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
7ca069e28f
commit
35923a952e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue