From 7c5dfbac3a0e2a41b118c3887eecf65bd1e21612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 17 Feb 2023 10:29:13 +0100 Subject: Fix issues related to tox4 Related to https://lists.openstack.org/pipermail/openstack-discuss/2023-February/032247.html Change-Id: Ifa9eb53cf6989fb04047edd495c43193a00c43d3 --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index ffbe76d..9dce65d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,8 @@ [tox] minversion = 3.2.0 envlist = py3,pep8 -ignore_basepython_conflict = true [testenv] -basepython = python3 -whitelist_externals = - find deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt @@ -23,7 +19,7 @@ commands = commands = bandit -r oslo_vmware [testenv:docs] -whitelist_externals = +allowlist_externals = rm deps = {[testenv]deps} @@ -60,7 +56,7 @@ extension = paths = ./oslo_vmware/hacking [testenv:releasenotes] -whitelist_externals = rm +allowlist_externals = rm deps = -c{env:TOX_CONSTRAINTS_FILE:ttps://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt -- cgit v1.2.1