summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-12-18 15:04:48 +0100
committerDaniel Bengtsson <dbengt@redhat.com>2021-03-09 12:25:45 +0100
commit8e47cad9012c3781e82fc435499da4c1faca916e (patch)
tree63d35d6a5ba898567352a0aea9551f1e9a5888bf /tox.ini
parentf5e4c6577a92eb97056b89820e6ad19eb9527d8a (diff)
downloadpbr-8e47cad9012c3781e82fc435499da4c1faca916e.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. Replace assertTrue by assertIn to fix with the latest flake8 version. Add six in the documentation requirements to fix the build. Fix the conflict status with hacking. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I580da15fefd6ad352e69749b77cc4664aef84f9c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index f4f3fa1..549dd4e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,8 +53,3 @@ commands =
ignore = W504
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt