]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Require dnspython>2.0.0 in system tests using asyncserver
authorŠtěpán Balážik <stepan@isc.org>
Wed, 5 Nov 2025 11:57:04 +0000 (11:57 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 5 Nov 2025 11:57:04 +0000 (11:57 +0000)
commit3a41fbcddef18796f11da69f78f0759586b5bc3c
tree61dfe4371d321a598b9f185ca48d20b019082cae
parentc346fe88a1bf30127f8cddd139dca1bca7bc13a2
parentb9384f7b799552557a2671babdf109541b363ae3
[9.20] 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.

Backport of MR !11191

Merge branch 'backport-stepan/require-dnspython-2-for-asyncserver-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11209