From 60f48e777cee8ce8be588985ff9a81d66296deb1 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 30 Apr 2022 20:44:33 -0500 Subject: [PATCH] Drop lower-constraints.txt and its testing As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I96aa562840823478139775fe33ea0f4ee495aef2 (cherry picked from commit ebd7334127e65ac8b32253653838577de181b18c) (cherry picked from commit 096249b78a96c3cfdfc5862934276248ceea19a7) (cherry picked from commit b663961f1ed2aa85b829345691c32a49994d85ce) --- lower-constraints.txt | 15 --------------- requirements.txt | 4 ++++ tox.ini | 9 --------- zuul.d/projects.yaml | 1 - 4 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 lower-constraints.txt 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