From 5bd79da7ab89372580e2ccc5e0042b4e26f75dbc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Apr 2025 21:22:41 +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: I43982d3dfb7f80d1e33a95cd1ce3a00ca4e2b485 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c97c6c185..74f713f306 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] envlist = py3,pep8 -ignore_basepython_conflict = True minversion = 3.18.0 [testenv] -basepython = python3 setenv = PYTHONDONTWRITEBYTECODE=1 usedevelop = True