From 3731204668284f25a2224eaff1c108b75f044c93 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 16 Apr 2025 11:51:42 +0900 Subject: [PATCH] tox: Remove basepython tox uses the python version where tox is installed by default, and we no longer expect that the tests may run in env with python 2. Change-Id: I5d2f5094a899dcf98f75782fc5ab01044c3ea2e6 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8116aad..b3f8b2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.2 envlist = py3,pep8,docs -ignore_basepython_conflict = true [testenv] -basepython = python3 deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt