Freeze Pillow on tests

This commit is contained in:
Adrián Chaves 2023-11-17 14:06:48 +01:00
parent 2023a6bdcb
commit a72ccf9f1f
1 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ commands =
py.test {posargs:scrapy tests}
deps =
{[py27]deps}
# Latest version that wont 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