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
This commit is contained in:
Takashi Kajinami
2025-04-15 21:24:17 +09:00
parent 697271cd2b
commit 6cdaaca5a2

View File

@@ -1,8 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
basepython = python3
ignore_basepython_conflict = true
[testenv]
deps =