]> 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:51:25 +0000 (14:51 +0200)
commitd941dd151cc2d50f79d78f2eba0f047917ba9e82
treeb8a56966c8136ee6bddfd0e0a533f607f15a679d
parent946bf10effa8583c4e1b6282f6ff2e8358daf0cd
Skip checkds test on Python<3.7

checkds test requires the capture_output argument for subprocess.run()
which was added in Python 3.7.

(cherry picked from commit 0361233b3dfbb47fc544a7d4eccff71045156c26)
bin/tests/system/checkds/tests_checkds.py