tox: Remove basepython

Python 2 is EOL. No environment should be defaulting to it. Our CI
environments certainly aren't.

Change-Id: Ib2e4304fc6c95c853570f48690a2d2a4aeeabdbe
This commit is contained in:
likui 2023-08-02 16:59:59 +08:00
parent c274869756
commit 80c3f568bd
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,functional,pep8
ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}