Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parallel mode without arguments #1559

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Apr 20, 2020

Allows calling tox with tox -p in order to use auto mode. Previously
it was mandatory to mention auto in order to enable parallel mode.

This will not change behavior of tox when called without -p, which
will still keep the non-parallel mode.

Fixes: #1418
Signed-off-by: Sorin Sbarnea ssbarnea@redhat.com

Allows calling tox with `tox -p` in order to use auto mode. Previously
it was mandatory to mention `auto` in order to enable parallel mode.

This will not change behavior of tox when called without `-p`, which
will still keep the non-parallel mode.

Fixes: 1418
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
@gaborbernat gaborbernat merged commit c0c2d9b into tox-dev:master Apr 20, 2020
ssbarnea added a commit to ssbarnea/tox that referenced this pull request Apr 19, 2021
Allows calling tox with `tox -p` in order to use auto mode. Previously
it was mandatory to mention `auto` in order to enable parallel mode.

This will not change behavior of tox when called without `-p`, which
will still keep the non-parallel mode.

Fixes: 1418
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tox -p without number should enable auto mode
3 participants