summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2015-10-02 12:43:36 +1000
committerJim Rollenhagen <jim@jimrollenhagen.com>2015-10-02 14:49:52 +0000
commitf0dfcc618f39075bb4164cdfed2fca7fa0382231 (patch)
tree962633d2177276d481a6cf74cc2991cccdfe3349
parent2114f2d5ba57160e345d65c2fa8ce5f2a0f91608 (diff)
downloadironic-f0dfcc618f39075bb4164cdfed2fca7fa0382231.tar.gz
Add Pillow to test-requirements.txt
Pillow isn't directly used but is required by sphinxcontrib-seqdiag. Add it to test-requirements as a work around to: http://lists.openstack.org/pipermail/openstack-dev/2015-October/076030.html Depends-On: Ieffd37f9d49b53c36da31916a6af4f3bfe11d411 Change-Id: Ic21dc29e8a2369ab83395ef479d06be7182d7512 (cherry picked from commit 29478cbd7a8f3c848cd0c6f858798b18f7ec2ac4)
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3f06915da..dbc8f4ada 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,6 +17,9 @@ testtools>=1.4.0
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinxcontrib-pecanwsme>=0.8
+# NOTE(tonyb): Pillow isn't used directly but it's needed for
+# sphinxcontrib-seqdiag. Make sure we honnor g-r caps
+Pillow>=2.4.0,<3.0.0 # MIT
sphinxcontrib-seqdiag
oslosphinx>=2.5.0 # Apache-2.0