tox: Remove basepython

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

Change-Id: I317072eab37ffe284c820a4c41cb6df82f1a05c5
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-04-19 11:54:32 +01:00
parent d929cd84e4
commit 34979553e7
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py38,py39,pep8,docs
ignore_basepython_conflict = True
[testenv]
basepython = python3
setenv =
PYTHON=coverage run --source barbican --parallel-mode
PYTHONDONTWRITEBYTECODE=1