lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.dscribe: disable failing test on aarch64-linux

+7 -3
+7 -3
pkgs/development/python-modules/dscribe/default.nix
··· 67 67 # AttributeError: module 'numpy' has no attribute 'product' 68 68 "test_extended_system" 69 69 ] 70 + ++ 71 + lib.optionals 72 + ((stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin) 73 + [ 74 + # AssertionError on a numerical test 75 + "test_cell_list" 76 + ] 70 77 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 71 - # AssertionError on a numerical test 72 - "test_cell_list" 73 - 74 78 # Fatal Python error: Aborted 75 79 # matplotlib/backend_bases.py", line 2654 in create_with_canvas 76 80 "test_examples"