python3Packages.symfc: fix Linux build failure

This commit is contained in:
Sam Estep
2026-05-05 18:34:55 -04:00
parent d034c30437
commit 7cafaa01e9
@@ -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"
];