mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import time
|
|||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("dns")
|
||||
pytest.importorskip("dns", minversion="2.0.0")
|
||||
import dns.exception
|
||||
import dns.resolver
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue