File tree Expand file tree Collapse file tree 5 files changed +6
-60
lines changed
Expand file tree Collapse file tree 5 files changed +6
-60
lines changed Original file line number Diff line number Diff line change 22host=review.opendev.org
33port=29418
44project=openstack/cloudkitty.git
5- defaultbranch=stable /xena
5+ defaultbranch=unmaintained /xena
Original file line number Diff line number Diff line change 120120- project :
121121 queue : cloudkitty
122122 templates :
123- - openstack-lower-constraints-jobs
124123 - check-requirements
125124 - openstack-cover-jobs
126125 - openstack-python3-xena-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+
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+
49pbr >= 5.5.1 # Apache-2.0
510alembic >= 1.4.3 # MIT
611keystonemiddleware >= 9.1.0 # Apache-2.0
Original file line number Diff line number Diff line change @@ -97,9 +97,3 @@ paths = ./cloudkitty/hacking
9797[testenv:releasenotes]
9898deps = {[testenv:docs]deps}
9999commands = 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
You can’t perform that action at this time.
0 commit comments