Loading pkgs/development/python-modules/dscribe/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -67,10 +67,14 @@ buildPythonPackage rec { # AttributeError: module 'numpy' has no attribute 'product' "test_extended_system" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ++ lib.optionals ((stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin) [ # AssertionError on a numerical test "test_cell_list" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Fatal Python error: Aborted # matplotlib/backend_bases.py", line 2654 in create_with_canvas "test_examples" Loading Loading
pkgs/development/python-modules/dscribe/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -67,10 +67,14 @@ buildPythonPackage rec { # AttributeError: module 'numpy' has no attribute 'product' "test_extended_system" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ++ lib.optionals ((stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin) [ # AssertionError on a numerical test "test_cell_list" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Fatal Python error: Aborted # matplotlib/backend_bases.py", line 2654 in create_with_canvas "test_examples" Loading