tox: Remove [testenv] basepython setting

This causes commands like "tox -e py38" to run
the wrong python version in tox4.

It no longer needs to be specified here.

Change-Id: I01e7d03cee797af0fb9a335389328143b63e32ef
This commit is contained in:
Eric Harney 2023-01-04 10:11:58 -05:00
parent d55a004e52
commit 0a9dde4ff8

View File

@ -9,7 +9,6 @@ ignore_basepython_conflict=true
envlist = py3,compliance,pep8
[testenv]
basepython = python3
usedevelop = true
setenv =
VIRTUAL_ENV={envdir}