Fix lower-constrains job

Applied the same fix as was done for designate.

Change-Id: I9cb5f14c732bc2cc42c63dfcb6f13ec6d4f03a35
This commit is contained in:
Erik Olof Gunnar Andersson 2021-01-18 18:01:44 -08:00
parent e6e7b191a3
commit e3b88edd9b
2 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jsonpointer==1.13
jsonschema==2.6.0
keystoneauth1==3.4.0
linecache2==1.0.0
mccabe==0.2.1
mccabe==0.6.0
monotonic==0.6
mox3==0.20.0
msgpack-python==0.4.0
@ -49,7 +49,7 @@ pep8==1.5.7
prettytable==0.7.2
pyasn1==0.1.8
pycparser==2.18
pyflakes==0.8.1
pyflakes==2.1.0
pyinotify==0.9.6
pyparsing==2.1.0
pyperclip==1.5.27
@ -57,7 +57,7 @@ python-dateutil==2.5.3
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
PyYAML==3.12
PyYAML==3.13
reno==3.1.0
requests==2.14.2
requests-mock==1.2.0

View File

@ -100,6 +100,10 @@ builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[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