From 7725ac941fdf24f8686a350906ca493e720a7df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 17 Feb 2023 10:24:16 +0100 Subject: Fix issues related to tox4 Change-Id: I303f753e47eade9d5de9dad0b3d9cc303f6a0540 --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 49530e6..9fabc2b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.1 envlist = py3,pep8 -ignore_basepython_conflict = true [testenv] -basepython = python3 setenv = VIRTUAL_ENV={envdir} deps = @@ -22,7 +20,7 @@ commands = commands = {posargs} [testenv:docs] -whitelist_externals = +allowlist_externals = rm deps = -r{toxinidir}/doc/requirements.txt commands = @@ -43,7 +41,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py import_exceptions = oslo_middleware._i18n [testenv:releasenotes] -whitelist_externals = +allowlist_externals = rm deps = -r{toxinidir}/doc/requirements.txt commands = -- cgit v1.2.1