summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:15:11 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 20:20:34 -0500
commitd60ccd46b9d11a3127f20dd6da69d2faedb50269 (patch)
tree2d7ba8253f5056add85d3e93d29170d3b39b17fb /tox.ini
parentc4b78c71e58d6540811279007b10e65e2319717b (diff)
downloadkeystonemiddleware-d60ccd46b9d11a3127f20dd6da69d2faedb50269.tar.gz
Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are 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: Ifb9dc54424256d5cffe557894b2d26b2401ebf92
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 4023606..2c2f023 100644
--- a/tox.ini
+++ b/tox.ini
@@ -85,9 +85,3 @@ import_exceptions =
extensions = .rst, .yaml
# lines should not be longer than 79 characters.
max-line-length = 79
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt