Blacklist Pillow 4.1.0

Pillow 4.1.0 as released on April 4 is generating import
errors from the badge generation code:

ImportError: The _imagingft C module is not installed

This triggers test/gate failures on the docs job.  Blacklist
this version to unblock governance while we figure out where
the issue exactly comes from.

Change-Id: I8ab8e00ddebfce8ed432405eec6a246352b41a47
This commit is contained in:
Thierry Carrez 2017-04-05 10:28:59 +02:00
parent 340dd30214
commit 5ddcdce53a
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ sphinx>=1.5.0
PyYAML>=3.1.0
yamllint>=0.5.2
requests-cache
Pillow>=2.4.0 # PIL License
Pillow>=2.4.0,!=4.1.0 # PIL License
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0