Skip to content

Commit c677192

Browse files
author
likui
committed
Stop testing lower-constraints
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018445.html Change-Id: I45e9a81d451c64cdd51f9b606d94161742bacdb7
1 parent dabaec5 commit c677192

File tree

4 files changed

+4
-104
lines changed

4 files changed

+4
-104
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
- openstackclient-plugin-jobs
240240
- osc-tox-unit-tips
241241
- openstack-cover-jobs
242-
- openstack-lower-constraints-jobs
243242
- openstack-python3-zed-jobs
244243
- publish-openstack-docs-pti
245244
- check-requirements

lower-constraints.txt

Lines changed: 0 additions & 97 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
# 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.

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,3 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,releasenotes
138138
ignore = W504
139139
import-order-style = pep8
140140
application_import_names = openstackclient
141-
142-
[testenv:lower-constraints]
143-
deps =
144-
-c{toxinidir}/lower-constraints.txt
145-
-r{toxinidir}/test-requirements.txt
146-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)