tox: Remove basepython

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

Change-Id: I7c5d73f8499a6eec3cae2a6254e6a26a64a9de9b
This commit is contained in:
likui 2023-08-02 16:58:22 +08:00
parent 53778d62f1
commit 13a0d9374f

View File

@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}