Loading pkgs/development/python-modules/equinox/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = [ # AssertionError: assert '<function te...n.<locals>.f>' == '<function f>' # https://github.com/patrick-kidger/equinox/issues/1008 "test_function" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated! "test_filter" ]; Loading Loading
pkgs/development/python-modules/equinox/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = [ # AssertionError: assert '<function te...n.<locals>.f>' == '<function f>' # https://github.com/patrick-kidger/equinox/issues/1008 "test_function" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated! "test_filter" ]; Loading