Skip to content

Commit 224fd4a

Browse files
yoctozeptomarkgoddard
authored andcommitted
Drop lower-constraints
Per our PTG resolution [1] and general OpenStack resolution [2], lower-constraints are not worth the extra work and confusion they introduce. This patch drops them along with all mentions. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018445.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019521.html Change-Id: I58807c27fd20c7269019e26e8b507744d35325f3 (cherry picked from commit 8e9323d)
1 parent db7dfe1 commit 224fd4a

File tree

3 files changed

+0
-97
lines changed

3 files changed

+0
-97
lines changed

.zuul.d/base.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
- ^.*\.rst$
7575
- ^doc/.*
7676
- ^etc/.*
77-
- ^lower-constraints.txt$
7877
- ^releasenotes/.*$
7978
- ^specs/.*$
8079
- ^test-requirements.txt$

lower-constraints.txt

Lines changed: 0 additions & 90 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,3 @@ extension =
107107
K301 = checks:no_mutable_default_args
108108
K302 = checks:no_log_warn
109109
paths = ./kolla/hacking
110-
111-
[testenv:lower-constraints]
112-
deps =
113-
-c{toxinidir}/lower-constraints.txt
114-
-r{toxinidir}/test-requirements.txt
115-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)