Merge "Fix lower-constraints test not constraining properly"

This commit is contained in:
Zuul 2020-10-21 19:22:26 +00:00 committed by Gerrit Code Review
commit 769a55c2e5
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ extension =
paths = ./designate/hacking
[testenv:lower-constraints]
skip_install = True
commands =
python -m pip install --no-deps -U .
stestr run {posargs}
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt