Skip to content

Commit 0415e4b

Browse files
author
likui
committed
Drop openstack-lower-constraints-jobs
As discussed in TC PTG[1] and TC resolution[2], dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I0a19802c82c9ea9138a870559748063dca5507e1
1 parent b739fe4 commit 0415e4b

3 files changed

Lines changed: 0 additions & 84 deletions

File tree

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
- project:
22
templates:
33
- check-requirements
4-
# - openstack-lower-constraints-jobs
54
- openstack-python3-jobs
65
- openstackclient-plugin-jobs
76
- publish-openstack-docs-pti

lower-constraints.txt

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

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,3 @@ enable-extensions = H106,H203,H904
6464
ignore = H202,H405,H501,W504,H306
6565
show-source = True
6666
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
67-
68-
69-
[testenv:lower-constraints]
70-
deps =
71-
-c{toxinidir}/lower-constraints.txt
72-
-r{toxinidir}/test-requirements.txt
73-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)