]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Require dnspython>2.0.0 in system tests using asyncserver
authorŠtěpán Balážik <stepan@isc.org>
Tue, 4 Nov 2025 17:14:35 +0000 (17:14 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 4 Nov 2025 17:14:35 +0000 (17:14 +0000)
commit173868e38093efe234c5bf658dab05f7a063d56e
treecac8b5a35573abafc575122072aee9f5cff385f6
parent496a5e876a7ba4cec975b0de5a28956d0fee4d68
parentdb00ce14c067e9d0e4d3148e021d249905af733d
fix: test: Require dnspython>2.0.0 in system tests using asyncserver

Maintaining compatibility with pre-2.0.0 dnspython became cumbersome
leading to failure in nightly CI jobs which are the only ones that run
with dnspython this old.

Abort all AsyncServer instances when running with old dnspython. Add an
importor skip for all system tests using isctest.asyncserver.

Full removal of pre-2.0.0 `dnspython` support is planned for after 9.18
goes EoL.

Merge branch 'stepan/require-dnspython-2-for-asyncserver' into 'main'

See merge request isc-projects/bind9!11191