diff --git a/.zuul.yaml b/.zuul.yaml index 23de3a41..5976f4d8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -159,7 +159,6 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs - openstack-python3-zed-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/lower-constraints.txt b/lower-constraints.txt deleted file mode 100644 index 2aade25c..00000000 --- a/lower-constraints.txt +++ /dev/null @@ -1,22 +0,0 @@ -# from requirements.txt - -pbr==2.0.0 -netaddr==0.7.18 -oslo.concurrency==3.20.0 -oslo.config==5.1.0 -oslo.log==3.30.0 -oslo.i18n==3.15.3 -oslo.privsep==1.23.0 -oslo.versionedobjects==1.28.0 -ovsdbapp==0.12.1 -pyroute2==0.5.2;sys_platform!='win32' -stevedore==1.20.0 -debtcollector==1.19.0 - -# from test-requirements.txt - -coverage==4.0 -oslotest==1.10.0 -ovs==2.9.2 -stestr==1.0.0 -testscenarios==0.4 diff --git a/requirements.txt b/requirements.txt index 43371851..8238f70b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. diff --git a/tox.ini b/tox.ini index a961c322..3e6bbf46 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py3,pep8,docs,releasenotes,cover,lower-constraints +envlist = py3,pep8,docs,releasenotes,cover skipsdist = True ignore_basepython_conflict = True @@ -43,16 +43,6 @@ envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/doc/requirements.txt -commands = - stestr run --black-regex ".tests.functional" {posargs} - sphinx-build -W doc/source doc/build - [testenv:venv] commands = {posargs} deps =