diff --git a/.zuul.yaml b/.zuul.yaml index 6b913da8..5d980659 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,6 +16,10 @@ - sahara-image-elements-buildimages-vanilla: voting: false + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints - job: name: sahara-image-elements-buildimages-basejob timeout: 5400 diff --git a/lower-constraints.txt b/lower-constraints.txt new file mode 100644 index 00000000..d4424463 --- /dev/null +++ b/lower-constraints.txt @@ -0,0 +1,16 @@ +Babel==2.5.3 +bashate==0.5.1 +decorator==4.2.1 +dib-utils==0.0.11 +diskimage-builder==2.11.0 +flake8==2.5.5 +hacking==0.12.0 +mccabe==0.2.1 +networkx==1.11 +pbr==3.1.1 +pep8==1.5.7 +pyflakes==0.8.1 +pytz==2018.3 +PyYAML==3.12 +six==1.11.0 +stevedore==1.28.0 diff --git a/tox.ini b/tox.ini index f5ece2c6..b72dfd0a 100644 --- a/tox.ini +++ b/tox.ini @@ -36,3 +36,10 @@ ignore=safe_sudo show-source = true builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt