mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 01:50:00 -04:00
Fix NSEC3HASH system test on jammy
a94aab9440removed importorskip call from isctest.name on which the functionality of this test relied. Add an explicit importorskip call to the test. (cherry picked from commit35923a952e)
This commit is contained in:
parent
3a41fbcdde
commit
afe13d1e59
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