Merged
Conversation
9bd6b6b to
b4b691d
Compare
gaborbernat
reviewed
Feb 17, 2021
b4b691d to
e0d0b29
Compare
a2075da to
ab293cf
Compare
Contributor
Author
|
Docs added. I've discovered there is no way to reference an command line option: sphinx-contrib/autoprogram#8 |
Member
Hence why I've created https://pypi.org/project/sphinx-argparse-cli/ already used by the rewrite branch. We could migrate this too. |
Contributor
Author
I would not block this on it. Working on tests. |
tox can now be invoked with a new --no-provision flag that prevents provision, if requires or minversion are not satisfied, tox will fail; if a path is specified as an argument to the flag (e.g. as `tox --no-provision missing.json`) and provision is prevented, provision metadata are written as JSON to that path. Fixes tox-dev#1921
Contributor
Author
|
Thanks! When writing the docs, I've assumed this will be released as 3.23.0, correct? |
Member
|
https://github.com/tox-dev/tox/pull/1952/files looks like it |
This was referenced Mar 8, 2021
This was referenced Mar 12, 2021
ssbarnea
pushed a commit
to ssbarnea/tox
that referenced
this pull request
Apr 19, 2021
tox can now be invoked with a new --no-provision flag that prevents provision, if requires or minversion are not satisfied, tox will fail; if a path is specified as an argument to the flag (e.g. as `tox --no-provision missing.json`) and provision is prevented, provision metadata are written as JSON to that path. Fixes tox-dev#1921
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add --no-provision flag
tox can now be invoked with a new --no-provision flag that prevents provision,
if requires or minversion are not satisfied, tox will fail;
if a path is specified as an argument to the flag
(e.g. as
tox --no-provision missing.json) and provision is prevented,provision metadata are written as JSON to that path.
Fixes #1921
Contribution checklist:
(also see CONTRIBUTING.rst for details)
in message body
<issue number>.<type>.rstfor example (588.bugfix.rst)<type>is must be one ofbugfix,feature,deprecation,breaking,doc,misc<your username>"superuser."CONTRIBUTORS(preserving alphabetical order)