Merge "tox: Remove basepython and ineffective ignore_basepython_conflict"

This commit is contained in:
Zuul 2025-08-21 22:56:39 +00:00 committed by Gerrit Code Review
commit ca7e479342

View file

@ -1,12 +1,10 @@
[tox]
envlist = docs,py3,pep8
minversion = 4.6.0
ignore_basepython_conflict = True
[testenv]
description =
Run unit tests.
basepython = {env:TOX_PYTHON:python3}
setenv =
VIRTUAL_ENV={envdir}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true}