summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:14:17 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 20:20:31 -0500
commit36510a81b03e9a8ede57db48a945a5a84f16cf40 (patch)
treed09044290c25ef89d495d5607b95576bb00c2728 /tox.ini
parent9fdc2758bf568f188b63a4917966e4c83dd9403c (diff)
downloadpython-keystoneclient-36510a81b03e9a8ede57db48a945a5a84f16cf40.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: I2eea42d3909896ea8606dc9cde681b2cc1cfb62f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 1e59eab..a62ef1c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -92,8 +92,3 @@ import_exceptions =
deps = bindep
commands = bindep test
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt