]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Make hypothesis optional for system tests
authorPetr Špaček <pspacek@isc.org>
Wed, 7 Aug 2024 10:55:21 +0000 (10:55 +0000)
committerPetr Špaček <pspacek@isc.org>
Wed, 7 Aug 2024 10:55:21 +0000 (10:55 +0000)
commit5dd3c41676006a626eb44fb2d68ff42143fda03b
treeddfe22bfba8f899ee90752cbc246006b30db236f
parent7facf967aca16ca35244d5de5a282b3621da98c8
parente6a7695600764d6e8f37556d0dd5ecfb44d73fe3
fix: dev: Make hypothesis optional for system tests

Ensure that system tests can be executed without Python hypothesis
package.

Closes #4831

Merge branch '4831-isctest-make-hypothesis-optional' into 'main'

Closes #4831

See merge request isc-projects/bind9!9265