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: I43982d3dfb7f80d1e33a95cd1ce3a00ca4e2b485
This commit is contained in:
Takashi Kajinami
2025-04-15 21:22:41 +09:00
parent 6b7b8bb8ea
commit 5bd79da7ab

View File

@@ -1,10 +1,8 @@
[tox]
envlist = py3,pep8
ignore_basepython_conflict = True
minversion = 3.18.0
[testenv]
basepython = python3
setenv =
PYTHONDONTWRITEBYTECODE=1
usedevelop = True