From 96dca24bf58b0d2f8adcd83f54ca073092d68739 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Mon, 31 Jan 2022 14:39:45 -0700 Subject: fix parallel tox execution (#1214) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.rst') 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 -- cgit v1.2.1