From fb903fcbd3a95b6b9e7686b5a9877360993af929 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 25 Aug 2025 00:56:35 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: Id041630a143ee07e9bdc1acbb0ab0cea66dc0543 Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index a9f506a..696e997 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,8 @@ minversion = 3.18.0 envlist = py3,pep8 skipsdist = True -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages} setenv =