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: I5b32fcfed97004f9e513a53fd2f519cd46f6f820
This commit is contained in:
Takashi Kajinami
2025-04-15 21:12:44 +09:00
parent 44abd4e19f
commit 19b3c0a861

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
allowlist_externals =
find
deps =