python3Packages.symfc: fix Linux build failure (#517048)

This commit is contained in:
Gaétan Lepage
2026-05-06 22:51:26 +00:00
committed by GitHub
@@ -44,7 +44,7 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
disabledTests = lib.optionals stdenv.hostPlatform.isx86_64 [
# assert (np.float64(0.5555555555555556) == 1.0 ± 1.0e-06
"test_fc_basis_set_o3"
];