summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 20:17:09 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 20:28:29 -0500
commit143db0177acbd5606c34980b865e81f05413a47e (patch)
treeb369aa853124455f688ce1028906ee0bc7f28289 /tox.ini
parent8c72cc87dade3932cea88390873273ec00628b12 (diff)
downloadpython-neutronclient-143db0177acbd5606c34980b865e81f05413a47e.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: I9a985c439675dc3aa6120a0d9734b8cdeaedccf8
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 9136a0f..bd42172 100644
--- a/tox.ini
+++ b/tox.ini
@@ -86,9 +86,3 @@ enable-extensions=H904
# components.
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r neutronclient -x tests -n5 -s B303,B105
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt