mirror of https://github.com/django/django.git
[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 e4a714b259
from master.
This commit is contained in:
parent
a3dfd38baa
commit
e7ec17bca6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue