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
This commit is contained in:
Takashi Kajinami 2025-04-16 11:52:51 +09:00
parent da144ae968
commit 21d2e46ee7

View File

@ -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