Skip to content

Commit

Permalink
tempdir duration change
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Jan 10, 2025
1 parent 490a890 commit 37e2ff2
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 @@ -112,7 +112,7 @@ def augmentation_config() -> List[Dict[str, Any]]:
]


@pytest.fixture(scope="function")
@pytest.fixture(scope="session")
def tempdir():
path = Path("tests/data/tempdir")
path.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 37e2ff2

Please sign in to comment.