summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_venv.py')
-rw-r--r--tests/test_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py
index 4bf1eb02..9e91157c 100644
--- a/tests/test_venv.py
+++ b/tests/test_venv.py
@@ -139,7 +139,7 @@ def venv_world_fixture(tmp_path_factory):
# Install everything.
run_in_venv(
- "python -m pip install --no-index " +
+ "python -m pip install " +
"./third_pkg " +
"-e ./another_pkg " +
"-e ./bug888/app -e ./bug888/plugin " +