python3Packages.typedunits: Disable fractional rounding test on aarch64 (#410612)
This commit is contained in:
commit
684d39b21a
@ -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"
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user