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

authored by Pol Dellaiera and committed by GitHub 684d39b2 e2063a97

+1 -1
+1 -1
pkgs/development/python-modules/typedunits/default.nix
··· 42 42 pytestCheckHook 43 43 ]; 44 44 45 - disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ 45 + disabledTests = lib.optionals stdenv.hostPlatform.isAarch [ 46 46 # Rounding differences 47 47 "test_float_to_twelths_frac" 48 48 ];