Fix passenv in tox.ini

Change-Id: If1ddb1d48eeb96191bcbfadd1a5e14f4350a02e4
This commit is contained in:
Tobias Urdin
2023-01-23 19:19:29 +00:00
committed by chenker
parent 6003322711
commit 6ac3a6febf
2 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
@@ -19,7 +18,13 @@ commands =
rm -f .testrepository/times.dbm
find . -type f -name "*.py[c|o]" -delete
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:pep8]
commands =