From 782a46753303150bb9e00a85bde52819665a36d7 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 29 Apr 2022 20:56:13 -0500 Subject: 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: Ibb492285ef7d5357c921035409d6654c80df3725 --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 10805281..0fbe142e 100644 --- a/tox.ini +++ b/tox.ini @@ -101,9 +101,3 @@ import_exceptions = novaclient.i18n # separately, outside of the requirements files. deps = bindep commands = bindep test - -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt -- cgit v1.2.1