From 85ec622e1177b859a9bad3f5c6f978d57e9532c6 Mon Sep 17 00:00:00 2001 From: Szymon Datko Date: Sun, 26 Jun 2022 15:42:38 +0000 Subject: [PATCH] [tox] Update readme regarding default values In 2021 there was a change [1] in tox role default values. However, the readme was not updated as part of this change. This commit adds the missed note. [1] https://review.opendev.org/c/zuul/zuul-jobs/+/807702 Change-Id: Ifa5b37c854eddbcda677ec5cd67a59bc3384ba34 --- roles/tox/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tox/README.rst b/roles/tox/README.rst index 4ed87391b..aa3e579ea 100644 --- a/roles/tox/README.rst +++ b/roles/tox/README.rst @@ -38,7 +38,7 @@ corresponding Zuul sibling projects and runs tox tests as follows: Location of the tox executable. .. zuul:rolevar:: tox_extra_args - :default: -vv + :default: -vv --skip-missing-interpreters=false String of extra command line options to pass to tox.