diff --git a/tests/conftest.py b/tests/conftest.py index 8547a296..8a7000f2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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)