Skip to content

Commit

Permalink
Hard code this for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Sep 30, 2024
1 parent 3119f66 commit 55e42a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def output_file_save_directory() -> Path:

@pytest.fixture(scope="session")
def save_output_files(output_file_save_directory: Path) -> bool:
val = "SAVE_TEST_OUTPUT" in os.environ
val = True
if val:
shutil.rmtree(output_file_save_directory, ignore_errors=True)
output_file_save_directory.mkdir()
Expand Down

0 comments on commit 55e42a8

Please sign in to comment.