From eee3b06d83d2089b665a7d1a2e5e40e29dfd19da Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 May 2024 13:30:40 +0200 Subject: [PATCH] python312Packages.pytest-httpbin: disable failing test --- pkgs/development/python-modules/pytest-httpbin/default.nix | 2 ++ pkgs/development/python-modules/raincloudy/default.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-httpbin/default.nix b/pkgs/development/python-modules/pytest-httpbin/default.nix index f56c4b8b27cd..8d7f98c78ffe 100644 --- a/pkgs/development/python-modules/pytest-httpbin/default.nix +++ b/pkgs/development/python-modules/pytest-httpbin/default.nix @@ -38,6 +38,8 @@ buildPythonPackage rec { disabledTests = [ # incompatible with flask 2.3 "test_redirect_location_is_https_for_secure_server" + # Timeout on Hydra + "test_dont_crash_on_handshake_timeout" ]; __darwinAllowLocalNetworking = true; diff --git a/pkgs/development/python-modules/raincloudy/default.nix b/pkgs/development/python-modules/raincloudy/default.nix index 0f82c5024bd9..5db3430efb3d 100644 --- a/pkgs/development/python-modules/raincloudy/default.nix +++ b/pkgs/development/python-modules/raincloudy/default.nix @@ -82,5 +82,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; } - # Timeout - "test_dont_crash_on_handshake_timeout" \ No newline at end of file