-
Notifications
You must be signed in to change notification settings - Fork 667
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
Use --parallel
` in Tox documentation instead of Detox.
#1683
Conversation
Closes ansible#1682. Signed-off-by: Luke Murphy <[email protected]>
@ragingpastry, what do you think about this? I saw that you added the DeTox stuff originally. |
Looks great to me. Is the failure in 377 unrelated? |
Thanks. CI failure is unrelated. There is something going in that specific job which is flaking ... |
Shouldn't this be |
@@ -247,4 +241,4 @@ You also must include the MOLECULE_EPHEMERAL_DIRECTORY variable in the | |||
.. _`Jenkins`: https://jenkins.io/doc/book/pipeline/jenkinsfile | |||
.. _`Gitlab`: https://gitlab.com | |||
.. _`Tox`: https://tox.readthedocs.io/en/latest | |||
.. _`Detox`: https://pypi.python.org/pypi/detox | |||
.. _parallel functionality: https://tox.readthedocs.io/en/latest/config.html#cmdoption-tox-p |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use intersphinx for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤
@lwm JFYI you shouldn't have a period at the end of the commit title. Here's some practices I normally recommend:
|
Closes #1682.
PR Type