Merge "tox: Bump min_version to 4.3.0"

This commit is contained in:
Zuul 2023-07-28 13:45:55 +00:00 committed by Gerrit Code Review
commit 147e51f79f
1 changed files with 2 additions and 6 deletions

View File

@ -1,17 +1,13 @@
[tox]
minversion = 3.18.0
minversion = 4.3.0
envlist = pep8,py3
ignore_basepython_conflict = True
[testenv]
usedevelop = True
install_command = pip install {opts} {packages}
usedevelop = true
passenv =
OS_*
OPENSTACKSDK_*
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C