]> 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 08:29:13 +0000 (10:29 +0200)
commit0aff715f4040abd21f0bce9d48a2dc3f99186697
tree0c69755e192491a0b61eb07a35e7a3cbc77ed943
parentd8bc3a36e1d2840296719e6e0faf9bec4c427dde
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.
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