From a72ccf9f1fee3696436bd038d2e6569a08f250ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 17 Nov 2023 14:06:48 +0100 Subject: [PATCH] Freeze Pillow on tests --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ad9f801cd..148a96dda 100644 --- a/tox.ini +++ b/tox.ini @@ -66,7 +66,7 @@ commands = py.test {posargs:scrapy tests} deps = {[py27]deps} - # Latest version that won’t fail due to the use of the typing module. + # Latest version that will not fail due to the use of the typing module. Twisted==16.4.1 [testenv:py35] @@ -78,7 +78,8 @@ deps = # Extras botocore>=1.3.23 - Pillow>=3.4.2 + # Pillow 10.0.0 and higher break compatibility with Scrapy 1.8.x. + Pillow<10.0.0 [testenv:py35-pinned] basepython = python3.5