Skip to content

Commit f71f34f

Browse files
gmaanospriteau
authored andcommitted
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: I775420251d6e47f60c4a266b4013be84a52378da (cherry picked from commit 937a03b)
1 parent 83f99ab commit f71f34f

File tree

4 files changed

+5
-60
lines changed

4 files changed

+5
-60
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
- project:
121121
queue: cloudkitty
122122
templates:
123-
- openstack-lower-constraints-jobs
124123
- check-requirements
125124
- openstack-cover-jobs
126125
- openstack-python3-yoga-jobs

lower-constraints.txt

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

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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
# The order of packages is significant, because pip processes them in the order
26
# of appearance. Changing the order has an impact on the overall integration
37
# process, which may cause wedges in the gate later.
8+
49
pbr>=5.5.1 # Apache-2.0
510
alembic>=1.4.3 # MIT
611
keystonemiddleware>=9.1.0 # Apache-2.0

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,3 @@ paths = ./cloudkitty/hacking
9797
[testenv:releasenotes]
9898
deps = {[testenv:docs]deps}
9999
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
100-
101-
[testenv:lower-constraints]
102-
deps =
103-
-c{toxinidir}/lower-constraints.txt
104-
-r{toxinidir}/test-requirements.txt
105-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)