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: I042d1cd1a2fa7400fb7ac04165d951f814a5e394
This commit is contained in:
Takashi Kajinami 2025-04-15 21:12:05 +09:00
parent 9c1510b042
commit 343a4a2c01

View File

@ -2,10 +2,8 @@
minversion = 3.1
envlist = py3,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv =
LANGUAGE=en_US