python3Packages.mlx: remove obsolete disabledTests entry

The skipped test was fixed in 0.31.2.
This commit is contained in:
Ihar Hrachyshka
2026-07-20 21:07:59 -04:00
parent e4c5e1448e
commit c7f4c87b9c
@@ -113,11 +113,7 @@ buildPythonPackage (finalAttrs: {
"python/tests/"
];
disabledTests = [
# brittle memory leak test, see: https://github.com/ml-explore/mlx/pull/3088
"test_siblings_without_eval"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
disabledTests = lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
# Segmentation fault
"test_lapack"
"test_multivariate_normal"