From e4a714b259125423059b9f65f5e0ab70d78521ba Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 1 Jan 2019 19:05:28 -0500 Subject: [PATCH] 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. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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