Replies: 2 comments 2 replies
-
|
Thanks! Could you please create an issue? I could reproduce the issue both on tox version 3 and the upcoming tox version 4. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Closing — an issue was requested but never created, and this is from 2022. The provision environment behavior is documented in tox 4. Feel free to open an issue if this is still relevant. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I specify a high
minversionorrequires, a provision environment is created. Apparently, it is usinginstall_commandfrom[testenv]section. Is this right? I thought thattestenvmeans test environment and will not be used for anything else.If this is correct behavior, perhaps document it? Also document the way to make provision environment not use test environment. Apparently, this works:
Beta Was this translation helpful? Give feedback.
All reactions