mirror of https://github.com/scrapy/scrapy.git
Skip zstandard on 3.13.
This commit is contained in:
parent
b6d3d9076f
commit
04bc1e6e2a
2
tox.ini
2
tox.ini
|
|
@ -155,7 +155,7 @@ deps =
|
|||
bpython # optional for shell wrapper tests
|
||||
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
zstandard; implementation_name != 'pypy' and python_version < '3.13' # optional for HTTP compress downloader middleware tests
|
||||
ipython
|
||||
|
||||
[testenv:extra-deps-pinned]
|
||||
|
|
|
|||
Loading…
Reference in New Issue