From 6cdaaca5a2fc2818afeebd9e11deb2ff425df3be Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Apr 2025 21:24:17 +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: I26eccc335b3cb2bd290c85265309306895b6ce0b --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index dca15e07..bf251468 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,6 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -basepython = python3 -ignore_basepython_conflict = true [testenv] deps =