Skip to content

Commit

Permalink
Document lack of deps for uv-venv-lock-runner (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Sep 19, 2024
1 parent de98767 commit fcde8fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ In this example:
- `dev` will use the `uv-venv-lock-runner` and use `uv sync` to install dependencies to the environment with the `dev`,
`test` and `type` extra groups.

Note that when using `uv-venv-lock-runner`, _all_ dependencies will come from the lock file, controlled by `extras`.
Therefore, options like `deps` are ignored.

### uv_seed

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

0 comments on commit fcde8fe

Please sign in to comment.