-
-
Notifications
You must be signed in to change notification settings - Fork 551
Closed
Labels
Description
What's the problem this feature will solve?
I was in the process of opening an RFE to add a new config option allowing installation of required plugins (e.g. require tox-uv so you can rely on the uv-venv-lock-runner runner). However, upon further inspection, I now think [tox] requires should achieve just this. There is likely a gap in the docs since this wasn't obvious to me at least.
Describe the solution you'd like
I think two things should happen:
- We should indicate this in the docs for the
requiresoption and the plugins doc? - We should "soft-deprecate" (mark as deprecated in the docs, but continue as usual at runtime) the
[tox] min_versionoption since[tox] requirescan achieve the exact same thing
Alternative Solutions
n/a
Additional context
none.
Reactions are currently unavailable