diff --git a/tests/conftest.py b/tests/conftest.py index 45b0a157..650ef618 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -416,6 +416,8 @@ def isolate_workspace(monkeypatch) -> Generator[None, None, None]: ): (test_workspace / name).touch() + _paths.initialize_paths(config_path) + yield @pytest.fixture(autouse=True)