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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I note that it is not yet supported for |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
I think this can probably be closed? https://github.com/tox-dev/tox-uv?tab=readme-ov-file#dependency_groups |
Beta Was this translation helpful? Give feedback.
I think this can probably be closed? https://github.com/tox-dev/tox-uv?tab=readme-ov-file#dependency_groups