Skip to content

Commit

Permalink
Drop lower-constraints
Browse files Browse the repository at this point in the history
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: I4c65a428facdf6d4ce28d97a868589aeae4c856e
  • Loading branch information
yoctozepto committed Dec 18, 2020
1 parent 61a9cc3 commit 604d85b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 95 deletions.
87 changes: 0 additions & 87 deletions lower-constraints.txt

This file was deleted.

6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html

[testenv:lower-constraints]
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt

[testenv:linters]
# Env vars and deps need to be defined in top level tox env
setenv =
Expand Down
1 change: 0 additions & 1 deletion zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
irrelevant-files:
- ^.*\.rst$
- ^doc/.*
- ^lower-constraints.txt$
- ^releasenotes/.*$
- ^deploy-guide/.*$
- ^test-requirements.txt$
Expand Down
1 change: 0 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- ansible-role-jobs
- publish-openstack-docs-pti
Expand Down

0 comments on commit 604d85b

Please sign in to comment.