]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix the .hypothesis directory to bin/tests/system/.hypothesis
authorŠtěpán Balážik <stepan@isc.org>
Tue, 5 Aug 2025 16:26:26 +0000 (16:26 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 5 Aug 2025 16:26:26 +0000 (16:26 +0000)
commit2a078733c1cea57a5119487b9f5ae54e61039efd
tree8e92ae91ad839edeb172f5decf2628ca643a192e
parent4a6835b51f47e5c7543a5f0873ed9f5255e48a34
parenta4e74ab8cd51a514424aa01fa96344f0f9f918c2
fix: test: Fix the .hypothesis directory to bin/tests/system/.hypothesis

Previously the location of the .hypothesis directory would depend on the
current working directory when running pytest.

Set the HYPOTHESIS_STORAGE_DIRECTORY explicitly.

Closes #5424

Merge branch '5424-hypothesis-artifacts' into 'main'

See merge request isc-projects/bind9!10825