diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2015-11-13 11:50:48 +1100 |
---|---|---|
committer | Tony Breeds <tony@bakeyournoodle.com> | 2015-11-13 11:57:58 +1100 |
commit | b792aa10392a590eda7675e38d02b32f5928a9eb (patch) | |
tree | 2fc7329f3c82eaf8ed8993bf04ed66558771ece5 /test-requirements.txt | |
parent | c6e8e2a33c65b6269a0b1b4f5e63620c68bdc3fb (diff) | |
download | ironic-b792aa10392a590eda7675e38d02b32f5928a9eb.tar.gz |
Revert "Add Pillow to test-requirements.txt"
This reverts commit 29478cbd7a8f3c848cd0c6f858798b18f7ec2ac4.
29478cbd7a8f3c848cd0c6f858798b18f7ec2ac4 was a quick fix to work around
missing libraries needed by Pillow 3.0.0.
This librarries have been added to devstack and thick slaves so this
hack is no longer needed in ironic.
Change-Id: I0e79d9865dfd8fce61a79fa6dc0d6d171e01709a
Depends-On: I881ad72e48a4da0a828706fcbbc51de7741db6c1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 0fd44a15c..2735b3c24 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,9 +19,6 @@ testscenarios>=0.4 # 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<3.0.0,>=2.4.0 # MIT sphinxcontrib-seqdiag oslosphinx>=2.5.0 # Apache-2.0 |