]> git.ipfire.org Git - thirdparty/bind9.git/commit
Import dnspython modules explicitly in custom servers
authorŠtěpán Balážik <stepan@isc.org>
Thu, 30 Oct 2025 13:43:47 +0000 (14:43 +0100)
committerŠtěpán Balážik (GitLab job 6645047) <stepan@isc.org>
Thu, 18 Dec 2025 12:50:57 +0000 (12:50 +0000)
commitfa27b3df006d8a211ddb28bbe03c452f97c89fc5
tree5a64d0d8229beb1ee1479ac307fbae435397ea7e
parent05b53a0862b73710e24d87dcd7211ca6d4423e57
Import dnspython modules explicitly in custom servers

Previously, the server relied on the modules being imported by the
isctest.asyncserver module. This is fragile and confuses tooling.

Clean up stray imports in the process.

(cherry picked from commit 5761de5531b4b5349b06baa4f3799bae3e684890)
16 files changed:
bin/tests/system/chain/ans3/ans.py
bin/tests/system/chain/ans4/ans.py
bin/tests/system/cookie/cookie_ans.py
bin/tests/system/dispatch/ans3/ans.py
bin/tests/system/dnssec/ans10/ans.py
bin/tests/system/fetchlimit/ans4/ans.py
bin/tests/system/forward/ans11/ans.py
bin/tests/system/forward/ans6/ans.py
bin/tests/system/isctest/asyncserver.py
bin/tests/system/qmin/ans2/ans.py
bin/tests/system/qmin/ans4/ans.py
bin/tests/system/qmin/qmin_ans.py
bin/tests/system/rpzrecurse/ans5/ans.py
bin/tests/system/statistics/ans4/ans.py
bin/tests/system/xfer/ans9/ans.py
bin/tests/system/zero/ans5/ans.py