2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Merge branch 'ondrej/require-dnspyton-2.0.0-in-shutdown-system-test' into 'main'

Bump the requirement in the shutdown test to dnspython 2.0.0

See merge request isc-projects/bind9!7796
This commit is contained in:
Ondřej Surý
2023-04-04 19:58:31 +00:00

View File

@@ -21,7 +21,7 @@ import time
import pytest
pytest.importorskip("dns")
pytest.importorskip("dns", minversion="2.0.0")
import dns.exception
import dns.resolver