From 184161dc0143b26dde688229be94c1f7fc1b50ca Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sun, 1 May 2022 13:12:39 -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: I817e5112eb57df2e6192d3cfa681b7768832c77a --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 529f0ddc..9a5e56cc 100644 --- a/tox.ini +++ b/tox.ini @@ -85,9 +85,3 @@ extension = C301 = checks:no_log_warn C302 = checks:no_os_popen paths = ./ceilometer/hacking - -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt -- cgit v1.2.1