mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Bump the requirement in dnstap test to dnspython 2.0.0
The dnspython.Resolve.resolve() requires at least dnspython >= 2.0.0, this wasn't enforced in the dnstap system test.
This commit is contained in:
@@ -17,7 +17,7 @@ import subprocess
|
||||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("dns")
|
||||
pytest.importorskip("dns", minversion="2.0.0")
|
||||
import dns.resolver
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user