2
0
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:
Matthijs Mekking 2025-03-18 10:06:29 +01:00
parent 07ac0e6036
commit 46aead5a6d

View File

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