diff options
| author | Tim Graham <timograham@gmail.com> | 2019-01-01 19:05:28 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-02 17:36:57 -0500 |
| commit | cca7ce609d122b2d14ab80c28e7f73f1b2ee5084 (patch) | |
| tree | dc30905cc63c16e399907606396511d202b2da0a | |
| parent | 4e4b9521236c9238fc26a77b22acf75218702c54 (diff) | |
[2.1.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.txt | 2 |
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 |
