PEP 735 Dependency Group support? #114
Unanswered
chrisjsewell
asked this question in
Q&A
Replies: 2 comments
-
I note that it is not yet supported for |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions