fix tox error

Change-Id: I62ac0a3e406829f303e88e6e4aa259a5a08415f1
This commit is contained in:
guolimin.lc 2023-11-06 10:29:54 +08:00
parent d3730dcb92
commit fcad794178
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
Mako>=0.4.0,<1.3.0
@ -24,6 +24,7 @@ passenv =
no_proxy
[testenv:venv]
usedevelop = False
basepython = python3
commands = {posargs}
passenv = OS_*