python3Packages.typedunits: Disable fractional rounding test on aarch64 (#410612)

This commit is contained in:
Pol Dellaiera 2025-05-28 03:08:40 +00:00 committed by GitHub
commit 684d39b21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
];