diff --git a/agbenchmark/conftest.py b/agbenchmark/conftest.py index 32151b8a..95258810 100644 --- a/agbenchmark/conftest.py +++ b/agbenchmark/conftest.py @@ -53,7 +53,7 @@ def config(request: Any) -> None: return config -@pytest.fixture(scope="module", autouse=True) +@pytest.fixture(autouse=True) def workspace(config: Dict[str, Any]) -> Generator[str, None, None]: output_path = config["workspace"]