From 4c4644e487e28df2400e148cba2858e1f18659f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 16 Jul 2026 17:08:14 +0200 Subject: [PATCH] python314Packages.sh: ignore timing sensitive tests --- pkgs/development/python-modules/sh/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sh/default.nix b/pkgs/development/python-modules/sh/default.nix index 4f473cfb0268..797847b527fb 100644 --- a/pkgs/development/python-modules/sh/default.nix +++ b/pkgs/development/python-modules/sh/default.nix @@ -38,7 +38,9 @@ buildPythonPackage rec { "test_unicode_path" # fails to import itself after modifying the environment "test_environment" - # timing sensitive through usage of sleep(1) and signal handling + # timing sensitive due to strict timeouts + "test_done_callback_no_deadlock" + "test_timeout_overstep" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Disable tests that fail on Darwin sandbox