summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-12-18 15:10:49 +0100
committerStephen Finucane <sfinucan@redhat.com>2021-04-16 14:40:05 +0100
commit7b649af0c1569ebb61ed4e34da4a476ccb1474b9 (patch)
tree596a498321c081f57b0fa16a572819c2a9812b9e /tox.ini
parent092e6383105a15466720541d7e0ba0755940f273 (diff)
downloadoslo-policy-7b649af0c1569ebb61ed4e34da4a476ccb1474b9.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: Ifcaf6993517d02bf54cd144efd247832947a009f
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 e7269cd..9e89ac6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,9 +61,3 @@ whitelist_externals =
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt