summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:58:31 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:58:31 -0500
commit2e94aa424198b2f0f8231ef7d2086262b6ee9c9f (patch)
treed48ab8ed4d66c3433dd3cced4919467acd0bfc76 /tox.ini
parent4cf0147e86039e8fa2232c3de6d45f1405a515d0 (diff)
downloadironic-2e94aa424198b2f0f8231ef7d2086262b6ee9c9f.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: Ide6b3e9d6c1171f1ae568c256a3e9affa45de17b
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 f0e04357c..cffaa8f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -154,9 +154,3 @@ paths = ./ironic/hacking/
usedevelop = False
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r ironic -x tests -n5 -ll -c tools/bandit.yml
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt