Let lower-constraints job not using upper-constraints file

lower-constraints Tox environment where incorrectly using
the upper upper constraints file from OpenStack requirements
project

Change-Id: I2d1db74899e1892b041c76109d8bcf7f4c116d56
This commit is contained in:
Federico Ressi 2021-01-13 11:34:02 +01:00
parent d0bf0ad58d
commit ee0740b8b1
1 changed files with 4 additions and 3 deletions

View File

@ -345,6 +345,7 @@ commands = bindep {posargs:test}
# --- project requirements ----------------------------------------------------
[testenv:lower-constraints]
deps =
{[testenv]deps}
-c{toxinidir}/lower-constraints.txt
setenv =
{[testenv]setenv}
TOX_CONSTRAINTS = -c{toxinidir}/lower-constraints.txt