From e6e9fd75db251c274df37b0493e0305473fa6536 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 28 May 2024 14:06:04 +0500 Subject: [PATCH] Skip mitmproxy and Pillow on 3.13. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8e38112e5..737baec84 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,8 @@ deps = {[test-requirements]deps} # mitmproxy does not support PyPy - mitmproxy; implementation_name != 'pypy' + # mitmproxy requires zstandard which is not yet available on 3.13 + mitmproxy; implementation_name != 'pypy' and python_version < '3.13' # https://github.com/pallets/werkzeug/pull/2768 breaks flask, required by # mitmproxy. werkzeug < 3; python_version < '3.9' and implementation_name != 'pypy' @@ -150,7 +151,7 @@ deps = # restrictions in their deps, so we need to pin old markupsafe here too. markupsafe < 2.1.0 robotexclusionrulesparser - Pillow + Pillow; python_version < '3.13' Twisted[http2] uvloop; platform_system != "Windows" bpython # optional for shell wrapper tests