Merge pull request #285976 from natsukium/safetensors/fix-darwin

python311Packages.safetensors: fix build on darwin

authored by OTABI Tomoya and committed by GitHub 5543fcb5 a9eec677

+3
+3
pkgs/development/python-modules/safetensors/default.nix
··· 55 "tests/test_flax_comparison.py" 56 "tests/test_paddle_comparison.py" 57 "tests/test_tf_comparison.py" 58 ]; 59 60 pythonImportsCheck = [
··· 55 "tests/test_flax_comparison.py" 56 "tests/test_paddle_comparison.py" 57 "tests/test_tf_comparison.py" 58 + ] ++ lib.optionals stdenv.isDarwin [ 59 + # don't require mlx (not in Nixpkgs) to run tests 60 + "tests/test_mlx_comparison.py" 61 ]; 62 63 pythonImportsCheck = [