Skip to content

Commit 4c339c1

Browse files
committed
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: Ifbc383f6d4c858189cee55e67b4d4274d9c3358a
1 parent b8cc570 commit 4c339c1

File tree

4 files changed

+4
-174
lines changed

4 files changed

+4
-174
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@
608608
- check-requirements
609609
- integrated-gate-compute
610610
- openstack-cover-jobs
611-
- openstack-lower-constraints-jobs
612611
- openstack-python3-zed-jobs
613612
- openstack-python3-zed-jobs-arm64
614613
- periodic-stable-jobs

lower-constraints.txt

Lines changed: 0 additions & 166 deletions
This file was deleted.

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Requirements lower bounds listed here are our best effort to keep them up to
2+
# date but we do not test them so no guarantee of having them all correct. If
3+
# you find any incorrect lower bounds, let us know or propose a fix.
4+
15
pbr>=5.8.0 # Apache-2.0
26
SQLAlchemy>=1.4.13 # MIT
37
decorator>=4.1.0 # BSD

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,3 @@ deps = bindep
391391
extras =
392392
commands =
393393
bindep test
394-
395-
[testenv:lower-constraints]
396-
usedevelop = False
397-
deps =
398-
-c{toxinidir}/lower-constraints.txt
399-
-r{toxinidir}/test-requirements.txt
400-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)