python3Packages.torch-geometric: disable test that fails on some Darwin configurations

This commit is contained in:
Sarah Clark
2025-10-16 10:51:59 -07:00
parent ff9a77e118
commit 4125c43ca5
@@ -246,6 +246,10 @@ buildPythonPackage rec {
# RuntimeError: Boolean value of Tensor with more than one value is ambiguous
"test_feature_store"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# NotImplementedError: The operator 'aten::logspace.out' is not currently implemented for the MPS device.
"test_positional_encoding"
];
meta = {