From 21d2e46ee706542dc0bdce70068c4fa6d40413e2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 16 Apr 2025 11:52:51 +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: I54ae83823f92fee7215d93f4bc592366ed44368d --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2cf1c26..28f21b1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -ignore_basepython_conflict = true [testenv] -basepython = python3 setenv = LANG=en_US.UTF-8 LANGUAGE=en_US:en