Add Pillow to test-requirements.txt

Pillow isn't directly used by nova but it is used by
sphinxcontrib-seqdiag.

Add it to test-requirements as a work around to:
http://lists.openstack.org/pipermail/openstack-dev/2015-October/076030.html

Change-Id: I4face1fdb56c30bfeffca8808f422565eb21de83
This commit is contained in:
Tony Breeds
2015-10-02 12:28:42 +10:00
parent b0dd56d14e
commit 03cae1c431
+3
View File
@@ -14,6 +14,9 @@ python-ironicclient>=0.8.0
python-subunit>=0.0.18
requests-mock>=0.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
# NOTE(tonyb): Pillow isn't used directly by nova 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
oslotest>=1.10.0 # Apache-2.0