Skip to content

Commit fcde8fe

Browse files
authored
Document lack of deps for uv-venv-lock-runner (#94)
1 parent de98767 commit fcde8fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ In this example:
7878
- `dev` will use the `uv-venv-lock-runner` and use `uv sync` to install dependencies to the environment with the `dev`,
7979
`test` and `type` extra groups.
8080

81+
Note that when using `uv-venv-lock-runner`, _all_ dependencies will come from the lock file, controlled by `extras`.
82+
Therefore, options like `deps` are ignored.
83+
8184
### uv_seed
8285

8386
This flag, set on a tox environment level, controls if the created virtual environment injects pip/setuptools/wheel into

0 commit comments

Comments
 (0)