summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-05-03 09:23:03 +0800
committerzhangboye <zhangboye@inspur.com>2021-05-03 09:28:44 +0800
commit070f82f8cab3434cf81cf584193f0cbd289476ab (patch)
tree22920222eef1d14c909db774e5a8e253857a8791 /tox.ini
parentd5497179d4789ef1c22ad8f9a39c719459241a62 (diff)
downloadtrove-070f82f8cab3434cf81cf584193f0cbd289476ab.tar.gz
Dropping lower constraints testing
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I7261114a545c8c016f96ecf20e3fcdc00c3bab99
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 989abbc5..d05b8d89 100644
--- a/tox.ini
+++ b/tox.ini
@@ -102,12 +102,6 @@ commands = python tools/trove-pylint.py {posargs:check}
[testenv:docs]
commands = sphinx-build -W -b html doc/source doc/build/html
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-
[testenv:trovestack]
changedir = {toxinidir}/integration/scripts
passenv = *