Kaydet (Commit) e7ec17bc authored tarafından Tim Graham's avatar Tim Graham

[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 e4a714b2 from master.
üst a3dfd38b
...@@ -4,7 +4,7 @@ docutils ...@@ -4,7 +4,7 @@ docutils
geoip2 geoip2
jinja2 >= 2.9.2 jinja2 >= 2.9.2
numpy numpy
Pillow Pillow != 5.4.0
# pylibmc/libmemcached can't be built on Windows. # pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32' pylibmc; sys.platform != 'win32'
python-memcached >= 1.59 python-memcached >= 1.59
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment