]> git.ipfire.org Git - thirdparty/bind9.git/commit
Skip checkds test on Python<3.7
authorTom Krizek <tkrizek@isc.org>
Tue, 22 Aug 2023 15:09:59 +0000 (17:09 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 23 Aug 2023 12:06:18 +0000 (14:06 +0200)
commit0361233b3dfbb47fc544a7d4eccff71045156c26
treec6adae6f7f6c09d7eb0099b8a9da528317313859
parenta0801963adfc107093e6e46bfc807e039fda0ab0
Skip checkds test on Python<3.7

checkds test requires the capture_output argument for subprocess.run()
which was added in Python 3.7.
bin/tests/system/checkds/tests_checkds.py