Skip to content

Commit

Permalink
Add --no-pip to test_fake_conda_env check
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Feb 2, 2025
1 parent 0d3d35e commit ff485cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2673,6 +2673,7 @@ def test_fake_conda_env(conda_exe: str, conda_lock_yaml: Path):
conda_exe,
"list",
"--debug",
"--no-pip",
"-p",
prefix,
"--json",
Expand Down

0 comments on commit ff485cc

Please sign in to comment.