From c87329bb8145e76ae7c4267c8eec6ecc778664b6 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Fri, 5 Sep 2025 01:25:36 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: I3b4251800110bec766eca71ae770e7d265919faa Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6a799ae..d6b5c45 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 4.0 envlist = py3,py311,py312,pep8,docs,pylint,cover -ignore_basepython_conflict = True [testenv] -basepython = {env:TOX_PYTHON:python3} usedevelop = True setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1