Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2024-10-26 00:14:30 +00:00
committed by GitHub
214 changed files with 4987 additions and 3162 deletions
@@ -6,6 +6,7 @@
fetchFromGitHub,
substituteAll,
python,
isPy310,
# build-system
cython,
@@ -113,6 +114,11 @@ buildPythonPackage rec {
# don't run benchmarks
"test_import_time"
]
# these tests fail with python310 but succeeds with 11+
++ lib.optionals isPy310 [
"test_https_proxy_unsupported_tls_in_tls"
"test_tcp_connector_raise_connector_ssl_error"
]
++ lib.optionals stdenv.hostPlatform.is32bit [ "test_cookiejar" ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_addresses" # https://github.com/aio-libs/aiohttp/issues/3572, remove >= v4.0.0