diff --git a/lower-constraints.txt b/lower-constraints.txt deleted file mode 100644 index d64edc7..0000000 --- a/lower-constraints.txt +++ /dev/null @@ -1,15 +0,0 @@ -bandit==1.4.0 -coverage==4.0 -doc8==0.6.0 -oslo.i18n==3.15.3 -oslo.serialization==2.28.1 -oslo.utils==3.33.0 -oslotest==3.2.0 -pbr==2.0.0 -pylint==2.5.3 -python-subunit==1.0.0 -six==1.12 -sphinxcontrib-svg2pdfconverter==0.1.0 -stestr==2.0.0 -tenacity==5.0.2 -testtools==2.2.0 diff --git a/requirements.txt b/requirements.txt index 2575953..6910166 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 fc94955..fdb935d 100644 --- a/tox.ini +++ b/tox.ini @@ -106,15 +106,6 @@ paths = [doc8] max-line-length = 79 -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt -whitelist_externals = sh -commands = - sh -c 'OS_TEST_PATH={toxinidir}/octavia_lib/tests/unit stestr run {posargs}' - [testenv:requirements] deps = -egit+https://opendev.org/openstack/requirements#egg=openstack-requirements diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 21f59d7..0b45965 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -2,7 +2,6 @@ templates: - check-requirements - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - release-notes-jobs-python3