Skip to content

Commit e7ae420

Browse files
committed
Use --no-deps when installing from a locked requirements file.
1 parent e1de8f3 commit e7ae420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ducktools/env/catalogue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def _create_venv(
301301
"install",
302302
"--python",
303303
env.python_path,
304+
"--no-deps",
304305
"-r",
305306
requirements_path,
306307
]
@@ -310,6 +311,7 @@ def _create_venv(
310311
"--python",
311312
env.python_path,
312313
"install",
314+
"--no-deps",
313315
"-r",
314316
requirements_path,
315317
]

0 commit comments

Comments
 (0)