From a5ceb4060cd0ca788376204670fd6c2662dc9c0a Mon Sep 17 00:00:00 2001 From: leiyashuai Date: Sat, 4 Jun 2022 12:04:45 +0800 Subject: [PATCH] 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: Idaba23e5308bb91915370f36a085ed26c03d7cfd --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 895963db0..824e2fa08 100644 --- a/tox.ini +++ b/tox.ini @@ -76,12 +76,6 @@ import-order-style = pep8 application-import-names = bifrost filename = *.py -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt - [testenv:linters] usedevelop = False allowlist_externals = bash