From 03fb6939ff83cf31dae096627fac257cfc1fcb92 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 25 Feb 2026 22:52:34 +0100 Subject: [PATCH] python3Packages.aiohttp: Disable more tests that check performance --- pkgs/development/python-modules/aiohttp/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index 615c17b38ca5..dc1cccab6f10 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -132,6 +132,9 @@ buildPythonPackage rec { "test_invalid_idna" # don't run benchmarks "test_import_time" + "test_cookie_pattern_performance" + "test_forwarded_re_performance" + "test_regex_performance" # racy "test_uvloop_secure_https_proxy" # Cannot connect to host example.com:443 ssl:default [Could not contact DNS servers]