File tree Expand file tree Collapse file tree 4 files changed +4
-174
lines changed Expand file tree Collapse file tree 4 files changed +4
-174
lines changed Original file line number Diff line number Diff line change 636
636
- check-requirements
637
637
- integrated-gate-compute
638
638
- openstack-cover-jobs
639
- - openstack-lower-constraints-jobs
640
639
- openstack-python3-zed-jobs
641
640
- openstack-python3-zed-jobs-arm64
642
641
- periodic-stable-jobs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+
1
5
pbr >= 5.8.0 # Apache-2.0
2
6
SQLAlchemy >= 1.4.13 # MIT
3
7
decorator >= 4.1.0 # BSD
Original file line number Diff line number Diff line change @@ -359,10 +359,3 @@ deps = bindep
359
359
extras =
360
360
commands =
361
361
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
You can’t perform that action at this time.
0 commit comments