From 42c4cc5681ee5fa2bb810e55be7402b0819f5745 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 14 Feb 2023 10:11:42 +0100 Subject: [PATCH] Fixes for tox 4 Change-Id: If8df3833e66f02b4fbb51cf8d19c26197bfe997e --- .zuul.yaml | 2 +- tox.ini | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index af4c1bd1..865304ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ - project: templates: - - openstack-python3-antelope-jobs + - openstack-python3-jobs - openstack-cover-jobs diff --git a/tox.ini b/tox.ini index 3b0dbe43..ae15e190 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =