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 608
608
- check-requirements
609
609
- integrated-gate-compute
610
610
- openstack-cover-jobs
611
- - openstack-lower-constraints-jobs
612
611
- openstack-python3-zed-jobs
613
612
- openstack-python3-zed-jobs-arm64
614
613
- 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 @@ -391,10 +391,3 @@ deps = bindep
391
391
extras =
392
392
commands =
393
393
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
You can’t perform that action at this time.
0 commit comments