Merge "tox: Drop redundant injection of VIRTUAL_ENV variable"

This commit is contained in:
Zuul
2026-02-23 14:51:43 +00:00
committed by Gerrit Code Review

View File

@@ -5,8 +5,7 @@ envlist = pep8
[testenv]
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
PYTHONWARNINGS=default::DeprecationWarning
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt