mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 18:18:00 -05:00
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
This commit is contained in:
commit
2a078733c1
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ from .build import BUILD_VARS, SYSTEM_TEST_DIR_GIT_PATH # type: ignore
|
|||
DIR_VARS = {
|
||||
"builddir": f"{BUILD_VARS['TOP_BUILDDIR']}/{SYSTEM_TEST_DIR_GIT_PATH}",
|
||||
"srcdir": f"{BUILD_VARS['TOP_SRCDIR']}/{SYSTEM_TEST_DIR_GIT_PATH}",
|
||||
"HYPOTHESIS_STORAGE_DIRECTORY": f"{BUILD_VARS['TOP_BUILDDIR']}/{SYSTEM_TEST_DIR_GIT_PATH}/.hypothesis",
|
||||
"SYSTESTDIR": None,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue