Merge "tox: Remove ineffective ignore_basepython_conflict and bump minimum version"

This commit is contained in:
Zuul
2025-09-23 14:10:42 +00:00
committed by Gerrit Code Review

View File

@@ -1,11 +1,9 @@
[tox]
minversion = 3.18.0
minversion = 4.6.0
skipsdist = True
envlist = docs,linters,functional
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = False
commands =
/usr/bin/find . -type f -name "*.pyc" -delete