]> git.ipfire.org Git - thirdparty/bind9.git/commit
Bump the requirement in the shutdown test to dnspython 2.0.0
authorOndřej Surý <ondrej@isc.org>
Tue, 4 Apr 2023 19:31:58 +0000 (21:31 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Apr 2023 19:31:58 +0000 (21:31 +0200)
commit54a3f09c8f0bd88b705d0dcc89f84ce3ed25133c
treef62644962682ed8a0d1e48c578b3a969e9c89d3b
parent82b52f5d72250a29e37cd7fede31302d689dffa8
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.
bin/tests/system/shutdown/tests_shutdown.py