Fixes for tox 4

Change-Id: If8df3833e66f02b4fbb51cf8d19c26197bfe997e
This commit is contained in:
Riccardo Pittau 2023-02-14 10:11:42 +01:00
parent 3cde50caf5
commit 42c4cc5681
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- openstack-python3-antelope-jobs
- openstack-python3-jobs
- openstack-cover-jobs

View File

@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
@ -19,7 +18,13 @@ 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:pep8]
deps =