summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
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 /doc/requirements.txt
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 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index d0c1f36..34ce8ba 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,3 +3,4 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
+six==1.12.0 # MIT