From ec666b358d842b755ed320e38eaae3827c8462ce Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 13 Sep 2025 22:27:00 +0000 Subject: [PATCH] tox: Remove ineffective ignore_basepython_conflict and bump minimum version Change-Id: I523e7fd6849cff52dbf1779ffee44fdde93beb2a Signed-off-by: Ivan Anfimov --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f05ef56..f35de10 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,9 @@ [tox] envlist = py3,pep8,black_check,cover_report -minversion = 3.1.1 -ignore_basepython_conflict = True +minversion = 3.18.0 [testenv] usedevelop = True -basepython = python3 deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt