summaryrefslogtreecommitdiff
path: root/tests/requirements
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:15:39 -0500
commite4a714b259125423059b9f65f5e0ab70d78521ba (patch)
tree736fa9a614c99f901484afc44792da24ee436595 /tests/requirements
parent14e2b1b065085c1d2d3e94ebaeefe25e12595a00 (diff)
downloaddjango-e4a714b259125423059b9f65f5e0ab70d78521ba.tar.gz
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.
Diffstat (limited to 'tests/requirements')
-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