Skip to content

Commit

Permalink
Skip test_uninstallation_remove_caches if CONDA_PKGS_DIRS is set
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Dec 3, 2024
1 parent 0432e0f commit 64f9fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def test_uninstallation_remove_caches(
tmp_env: TmpEnvFixture,
shared_pkgs: bool,
):
if "CONDA_PKGS_DIRS" in os.environ:
pytest.skip("Test will fail with CONDA_PKGS_DIRS set.")
# Set up notices
if ON_WIN:
try:
Expand Down

0 comments on commit 64f9fa4

Please sign in to comment.