PEP 735 Dependency Group support? #114
|
Heya, both uv and tox have now added support for this: I haven't checked yet, but do you know if this should already now work for tox-uv, or would changes be required? |
Answered by
karlicoss
Aug 17, 2025
Replies: 3 comments
|
I note that it is not yet supported for |
0 replies
|
I tested passing groups to [tool.tox.env.doc]
runner = "uv-venv-lock-runner"
uv_sync_flags = ["--group=doc"]
commands = [
["sphinx-build", "--builder", "html", "doc", "build/sphinx/html"],
["sphinx-build", "--builder", "man", "doc", "build/sphinx/html"],
]It fails with |
0 replies
|
I think this can probably be closed? https://github.com/tox-dev/tox-uv?tab=readme-ov-file#dependency_groups |
0 replies
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this can probably be closed? https://github.com/tox-dev/tox-uv?tab=readme-ov-file#dependency_groups