diff --git a/tests/test_conda_lock.py b/tests/test_conda_lock.py index db6a472d..f947dbed 100644 --- a/tests/test_conda_lock.py +++ b/tests/test_conda_lock.py @@ -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",