From 7034382b82c27e532f50d8baaed939800d4b815e Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 3 Oct 2025 20:47:50 -0700 Subject: [PATCH] python3Packages.jupyter-server: disable timing sensitive test test_execution_state fails on x86_64-darwin due to timing differences under load (exacerbated by Rosetta). --- pkgs/development/python-modules/jupyter-server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index 292c3fa2744e..e4961096d139 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -119,6 +119,8 @@ buildPythonPackage rec { ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # TypeError: the JSON object must be str, bytes or bytearray, not NoneType "test_terminal_create_with_cwd" + # Fails under load (which causes failure on Hydra) + "test_execution_state" ]; disabledTestPaths = [