]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] chg: test: Add utility module to import correct version of hypothesis
authorNicki Křížek <nicki@isc.org>
Thu, 29 May 2025 12:03:59 +0000 (12:03 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 29 May 2025 12:03:59 +0000 (12:03 +0000)
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.18' into 'bind-9.18'

See merge request isc-projects/bind9!10508


Trivial merge