summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2022-12-15 09:29:38 -0800
committerJay Faulkner <jay@jvf.cc>2022-12-15 18:35:49 +0000
commitff6ee158c5fdd1c41343d82e09a1a8fb41e79f93 (patch)
tree493d8773d15ee870484c683030247f8d67ba7d3f
parentca56a06d4d3d2f80c1515e0e6e1c1c5c91196a4a (diff)
downloadironic-ff6ee158c5fdd1c41343d82e09a1a8fb41e79f93.tar.gz
Fixes for tox 4.0
Formatting changes in config file required for tox 4.0. Change-Id: I84202ac10e9195647162f0b5737ebb610ef1ef93
-rw-r--r--tox.ini9
1 files changed, 7 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cffaa8f1d..b8f6e343a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ ignore_basepython_conflict=true
usedevelop = True
basepython = python3
setenv = VIRTUAL_ENV={envdir}
- PYTHONDONTWRITEBYTECODE = 1
+ PYTHONDONTWRITEBYTECODE=1
LANGUAGE=en_US
LC_ALL=en_US.UTF-8
PYTHONWARNINGS=default::DeprecationWarning
@@ -18,7 +18,12 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
stestr run --slowest {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]
deps = {[testenv]deps}