mirror of https://github.com/scrapy/scrapy.git
Freeze Pillow on tests
This commit is contained in:
parent
2023a6bdcb
commit
a72ccf9f1f
5
tox.ini
5
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue