mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
The kasp tests require dnspython >= 2.0.0
The kasp tests make use of dns.update.UpdateMessage and dns.tsig.Key, that are introduced in dnspython 2.0.0.
This commit is contained in:
parent
07ac0e6036
commit
46aead5a6d
@ -19,6 +19,7 @@ import dns
|
||||
import dns.update
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("dns", minversion="2.0.0")
|
||||
import isctest
|
||||
from isctest.kasp import (
|
||||
KeyProperties,
|
||||
|
Loading…
x
Reference in New Issue
Block a user