summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:13:35 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 20:20:12 -0500
commit84f6e5b7658adc36e9e9cedcd42642c9ab8ceb15 (patch)
treeae7c807e52f55f876da8de8704e7e4819f0c8495 /tox.ini
parent2b697886a094444f9cd631634307eea2de713751 (diff)
downloadpycadf-84f6e5b7658adc36e9e9cedcd42642c9ab8ceb15.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: Ia3f66b6805704c254295fd663f0260d5d963ed66
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 efc0a81..06f2a27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,9 +58,3 @@ show-source = True
# W504 line break after binary operator
ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401,W503,W504
exclude = .tox,dist,doc,*.egg,build
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt