]> 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 09:04:30 +0000 (09:04 +0000)
commit1c08636cbca1fbde6aa6e57057a5520fe034bb4d
treec3548d7ee9d04f54e3a8f7a8fa7b0cb110b2c70f
parent6b6659e1e77eadf9c47f70aa024c1893b2d40e24
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