]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: test: Add utility module to import correct version of hypothesis
authorNicki Křížek <nicki@isc.org>
Thu, 29 May 2025 11:18:23 +0000 (11:18 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 29 May 2025 11:18:23 +0000 (11:18 +0000)
commit08d72fef7c072c806a4ee0fc98af0ab34435cf7b
treec3548d7ee9d04f54e3a8f7a8fa7b0cb110b2c70f
parent6b6659e1e77eadf9c47f70aa024c1893b2d40e24
parent1c08636cbca1fbde6aa6e57057a5520fe034bb4d
[9.20] chg: test: Add utility module to import correct version of hypothesis

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.

Backport of MR !10442

Merge branch 'backport-nicki/pytest-import-hypothesis-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10507