summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-01-01 19:05:28 -0500
committerTim Graham <timograham@gmail.com>2019-01-02 17:37:12 -0500
commite7ec17bca6c81d60b57901396fbe99717b8f7752 (patch)
tree53989152984308b827510a84ce1aa86ee42c7b6f
parenta3dfd38baab01ad0a0d77c4684d111ab30054a2e (diff)
[2.0.x] Pinned Pillow != 5.4.0 in test requirements.
There's a bug that causes a test failure in forms_tests: https://github.com/python-pillow/Pillow/pull/3501/files#r244651761. Backport of e4a714b259125423059b9f65f5e0ab70d78521ba from master.
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index ec80550858..cc84522ca0 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -4,7 +4,7 @@ docutils
geoip2
jinja2 >= 2.9.2
numpy
-Pillow
+Pillow != 5.4.0
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
python-memcached >= 1.59