Skip to content

Commit 4939318

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop lower-constraints.txt and its testing"
2 parents c6e0f4f + 4c339c1 commit 4939318

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
@@ -636,7 +636,6 @@
636636
- check-requirements
637637
- integrated-gate-compute
638638
- openstack-cover-jobs
639-
- openstack-lower-constraints-jobs
640639
- openstack-python3-zed-jobs
641640
- openstack-python3-zed-jobs-arm64
642641
- 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
@@ -359,10 +359,3 @@ deps = bindep
359359
extras =
360360
commands =
361361
bindep test
362-
363-
[testenv:lower-constraints]
364-
usedevelop = False
365-
deps =
366-
-c{toxinidir}/lower-constraints.txt
367-
-r{toxinidir}/test-requirements.txt
368-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)