We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd5996 commit 440bd32Copy full SHA for 440bd32
tests/integration/release/conftest.py
@@ -94,7 +94,7 @@ def pytest_addoption(parser: pytest.Parser) -> None:
94
@pytest.fixture(scope="module")
95
def release_dir() -> Path:
96
output_dir_name = (
97
- "/mnt/team/simulation_science/priv/engineering/pseudopeople_release_testing/test_dir"
+ "/mnt/team/simulation_science/priv/engineering/pseudopeople_release_testing/"
98
)
99
output_dir = Path(output_dir_name) / f"{time.strftime('%Y%m%d_%H%M%S')}"
100
output_dir.mkdir(parents=True, exist_ok=False)
0 commit comments