Revert "Add Pillow to test-requirements.txt"

This reverts commit db322f2fca.

Adding Pillow to *requirements.txt was a temporary way to set the
upper bound to < 3.0.0

nodepool thick slaves and requirements have been fixed and devstack is
fixed in the patch that this depends on.

Change-Id: Ifee1356f2539c8fa0ef51fb9c43c0d9c07ca4f86
Depends-On: I2bec8cf1bfeaaa6ae329704229fdeb86d26e55c7
This commit is contained in:
Tony Breeds 2015-10-25 22:46:00 +11:00
parent f10505fbb2
commit 60d1e92f65
1 changed files with 0 additions and 5 deletions

View File

@ -2,11 +2,6 @@ hacking>=0.9.2,<0.10
coverage>=3.6
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
# NOTE(tonyb) Pillow isn't directly needed but it's pulled in via
# Collecting Pillow (from blockdiag>=1.5.0->sphinxcontrib-blockdiag>=0.5.5
# So cap as per global-requirements until https://launchpad.net/bugs/1501995
# is properly fixed
Pillow>=2.4.0,<3.0.0 # MIT
sphinxcontrib-blockdiag>=0.5.5
discover
fixtures>=0.3.14