From 14bb5434db5c4e5de6cb46add098f6559871155d Mon Sep 17 00:00:00 2001 From: zhangboye Date: Sun, 2 May 2021 09:28:16 +0800 Subject: [PATCH] Dropping lower constraints testing We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I324cd145da8469f505ae2c135ee5035ee7008ca1 --- .zuul.yaml | 1 - lower-constraints.txt | 19 ------------------- tox.ini | 5 ----- 3 files changed, 25 deletions(-) delete mode 100644 lower-constraints.txt diff --git a/.zuul.yaml b/.zuul.yaml index ad42b7cdc..418dc1fa2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -33,7 +33,6 @@ - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-xena-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/lower-constraints.txt b/lower-constraints.txt deleted file mode 100644 index 5533a7380..000000000 --- a/lower-constraints.txt +++ /dev/null @@ -1,19 +0,0 @@ -coverage==5.5 -ddt==1.4.1 -doc8==0.8.1 -docutils==0.16 -fixtures==3.0.0 -keystoneauth1==4.3.1 -oslo.i18n==5.0.1 -oslo.serialization==4.1.0 -oslo.utils==4.8.0 -pbr==5.5.0 -PrettyTable==0.7.2 -reno==3.2.0 -requests==2.25.1 -requests-mock==1.2.0 -simplejson==3.5.1 -stestr==3.1.0 -stevedore==3.3.0 -tempest==26.0.0 -testtools==2.4.0 diff --git a/tox.ini b/tox.ini index bc78f2496..935de967a 100644 --- a/tox.ini +++ b/tox.ini @@ -116,8 +116,3 @@ import-order-style = pep8 ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes/build,doc/source/cli/details.rst extension=.txt,.rst,.inc -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt