Skip to content

Commit

Permalink
Skip test_uninstallation_remove_caches if not on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Dec 3, 2024
1 parent 33ed556 commit 0432e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def _shortcuts_found(shortcut_env: Path) -> list:
(True, False),
ids=("shared pkgs", "remove pkgs"),
)
@pytest.mark.skipif(not ON_CI, reason="CI only - may remove shared caches")
def test_uninstallation_remove_caches(
mock_system_paths: dict[str, Path],
tmp_env: TmpEnvFixture,
Expand Down

0 comments on commit 0432e0f

Please sign in to comment.