Private
Public Access
0
0

fix(tests): isolate_workspace must re-init paths after writing config_overrides.toml

This commit is contained in:
2026-06-19 10:49:55 -04:00
parent 7fcfd018c4
commit 83722bc0e8
+2
View File
@@ -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)