We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a011b6b commit 112acbcCopy full SHA for 112acbc
tests/unit/conftest.py
@@ -21,6 +21,11 @@ def event_loop_policy(request: pytest.FixtureRequest):
21
return request.param
22
23
24
+@pytest.fixture(autouse=True)
25
+def _clear_pixi_path_cache():
26
+ pixi_kernel.compatibility._pixi_path_cache = None
27
+
28
29
@pytest.fixture
30
def _patch_find_pixi_binary(monkeypatch: pytest.MonkeyPatch):
31
monkeypatch.setattr(pixi_kernel.compatibility, "find_pixi_binary", lambda: Failure(None))
0 commit comments