Loading pkgs/development/python-modules/jupyter-server/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -111,6 +111,8 @@ buildPythonPackage rec { "test_delete" # Insufficient access privileges for operation "test_regression_is_hidden" # Fails under load (which causes failure on Hydra) "test_execution_state" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # Failed: DID NOT RAISE <class 'tornado.web.HTTPError'> Loading @@ -120,7 +122,6 @@ buildPythonPackage rec { # 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" "test_cull_connected" ]; Loading Loading
pkgs/development/python-modules/jupyter-server/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -111,6 +111,8 @@ buildPythonPackage rec { "test_delete" # Insufficient access privileges for operation "test_regression_is_hidden" # Fails under load (which causes failure on Hydra) "test_execution_state" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # Failed: DID NOT RAISE <class 'tornado.web.HTTPError'> Loading @@ -120,7 +122,6 @@ buildPythonPackage rec { # 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" "test_cull_connected" ]; Loading