Loading pkgs/development/python-modules/astropy/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , wheel # testing , pytestCheckHook , stdenv , pytest-xdist , pytest-astropy Loading Loading @@ -82,6 +83,9 @@ buildPythonPackage rec { # More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392 "test_sidereal_lon_independent" "test_timedelta_full_precision_arithmetic" "test_datetime_to_timedelta" ] ++ lib.optionals stdenv.isDarwin [ "test_sidereal_lat_independent" ]; meta = { Loading Loading
pkgs/development/python-modules/astropy/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , wheel # testing , pytestCheckHook , stdenv , pytest-xdist , pytest-astropy Loading Loading @@ -82,6 +83,9 @@ buildPythonPackage rec { # More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392 "test_sidereal_lon_independent" "test_timedelta_full_precision_arithmetic" "test_datetime_to_timedelta" ] ++ lib.optionals stdenv.isDarwin [ "test_sidereal_lat_independent" ]; meta = { Loading