Fixes for tox 4.0

Formatting changes in config file required for tox 4.0.

Change-Id: I84202ac10e9195647162f0b5737ebb610ef1ef93
This commit is contained in:
Jay Faulkner 2022-12-15 09:29:38 -08:00
parent 2c50394459
commit 4d1fa79e18
1 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,12 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
stestr run {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
passenv = http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
[testenv:unit-with-driver-libs]
basepython = python2