From a177306d5d9e88870598c1d6b414a2e10e9f7ed4 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 5 Apr 2017 12:43:40 +0200 Subject: [PATCH] Revert "Blacklist Pillow 4.1.0" This reverts commit 5ddcdce53abd279fcc0ab3942248aef1018ab6e5. According to wiredfool on the GitHub issue[1], this was an issue with manylinux wheels as (non-)uploaded to PyPI and should be fixed now. Let's see. [1] https://github.com/python-pillow/Pillow/issues/2478 Change-Id: I6ca17860cd73feda5715589adc31f31c506edf31 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5779db814..5f78da3d8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ sphinx>=1.5.0 PyYAML>=3.1.0 yamllint>=0.5.2 requests-cache -Pillow>=2.4.0,!=4.1.0 # PIL License +Pillow>=2.4.0 # PIL License hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0