[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
This commit is contained in:
Szymon Datko 2022-06-26 15:42:38 +00:00
parent f97385ebf9
commit 85ec622e11

View File

@ -38,7 +38,7 @@ corresponding Zuul sibling projects and runs tox tests as follows:
Location of the tox executable. Location of the tox executable.
.. zuul:rolevar:: tox_extra_args .. zuul:rolevar:: tox_extra_args
:default: -vv :default: -vv --skip-missing-interpreters=false
String of extra command line options to pass to tox. String of extra command line options to pass to tox.