summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 15:21:59 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 15:58:30 -0500
commit5f92f9860a6fd85895d9221866e31267a4e980a8 (patch)
treef450b8238cc4308950bbb422a9c8a2269da98e26 /tox.ini
parent2bc8916ff97efdfddf3b11b8229c62fa51cd2b26 (diff)
downloadpython-designateclient-5f92f9860a6fd85895d9221866e31267a4e980a8.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: I3f72768442b3690f8ec85d5d15102ae6825dddd8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 0c687b0..9a51eb2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -109,13 +109,3 @@ extension =
D709 = checks:check_no_log_audit
D710 = checks:check_no_log_warn
paths = ./designateclient/hacking
-
-[testenv:lower-constraints]
-skip_install = True
-commands =
- python -m pip install --no-deps -U .
- stestr run {posargs}
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt