diff --git a/tests/conftest.py b/tests/conftest.py index 50fbf556c..b22e43e79 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -86,8 +86,7 @@ def loguru_caplog(caplog): # init & dispose git repo -# @pytest.fixture(scope="session", autouse=True) -@pytest.fixture(scope="session") +@pytest.fixture(scope="session", autouse=True) def setup_and_teardown_git_repo(request): CONFIG.git_repo = GitRepository(local_path=DEFAULT_WORKSPACE_ROOT / "unittest")