mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 21:40:43 -05: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:
commit
d3190485b8
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