2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Bump the requirement in the shutdown test to dnspython 2.0.0

The dnspython.Resolve.resolve() requires at least dnspython >= 2.0.0,
this wasn't enforced in the shutdown system test leading to infinite
loop waiting for the server start due to failing resolve() call.
This commit is contained in:
Ondřej Surý 2023-04-04 21:31:58 +02:00
parent 82b52f5d72
commit 54a3f09c8f
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41

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