python3Packages.typedunits: Disable fractional rounding test on aarch64

see https://github.com/quantumlib/TypedUnits/issues/14
This commit is contained in:
Sarah Clark
2025-05-24 12:36:23 -07:00
parent aae39856f5
commit eb9e26b2dc
@@ -42,7 +42,7 @@ buildPythonPackage {
pytestCheckHook
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
disabledTests = lib.optionals stdenv.hostPlatform.isAarch [
# Rounding differences
"test_float_to_twelths_frac"
];