python3Packages.typedunits: Disable fractional rounding test on aarch64
see https://github.com/quantumlib/TypedUnits/issues/14
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user