Skip zstandard on 3.13.

This commit is contained in:
Andrey Rakhmatullin 2024-05-22 13:24:35 +05:00
parent b6d3d9076f
commit 04bc1e6e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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]