]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure supported version of hypothesis is available
authorNicki Křížek <nicki@isc.org>
Mon, 5 May 2025 16:00:07 +0000 (18:00 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 29 May 2025 11:27:27 +0000 (13:27 +0200)
commitcfdaf1b349fd4300ce75ba1d5ca498c5a05afb0d
tree2687d651c388bc89f538d5ada78772777f196643
parent6c216c18d017a834d2d4c654bc5dce94d806d544
Ensure supported version of hypothesis is available

On FIPS-enabled platforms, we need to ensure a minimal version of
hypothesis which no longer uses MD5. This doesn't need to be enforced
for other platforms.

Move the import magic to a utility module to avoid copy-pasting the
boilerplate code around.

(cherry picked from commit 0aff715f4040abd21f0bce9d48a2dc3f99186697)
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/hypothesis/__init__.py
bin/tests/system/tsig/tests_tsig_hypothesis.py
bin/tests/system/wildcard/tests_wildcard.py