summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBrett Holman <bholman.devel@gmail.com>2022-01-31 14:39:45 -0700
committerGitHub <noreply@github.com>2022-01-31 15:39:45 -0600
commit96dca24bf58b0d2f8adcd83f54ca073092d68739 (patch)
tree6295fa9aeec586729904bf1b7ba57b6a8e7691bc /CONTRIBUTING.rst
parent902aa44e6f4d267b5a7a59abb463f7b22c8d14d8 (diff)
downloadcloud-init-git-96dca24bf58b0d2f8adcd83f54ca073092d68739.tar.gz
fix parallel tox execution (#1214)
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index aa09c61e..cbd1ce3b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -19,7 +19,7 @@ Before any pull request can be accepted, you must do the following:
`tools/.github-cla-signers`_
* Add or update any `unit tests`_ accordingly
* Add or update any `integration tests`_ (if applicable)
-* Format code (using black and isort) with `tox -e format`
+* Format code (using black and isort) with `tox -e do_format`
* Ensure unit tests and linting pass using `tox`_
* Submit a PR against the `main` branch of the `cloud-init` repository