mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 02:28:55 +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:
parent
82b52f5d72
commit
54a3f09c8f
@ -21,7 +21,7 @@ import time
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
pytest.importorskip("dns")
|
pytest.importorskip("dns", minversion="2.0.0")
|
||||||
import dns.exception
|
import dns.exception
|
||||||
import dns.resolver
|
import dns.resolver
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user