Loading pkgs/development/python-modules/astropy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , wheel # testing , pytestCheckHook , stdenv , pytest-xdist , pytest-astropy Loading Loading @@ -83,6 +84,8 @@ buildPythonPackage rec { "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 +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , wheel # testing , pytestCheckHook , stdenv , pytest-xdist , pytest-astropy Loading Loading @@ -83,6 +84,8 @@ buildPythonPackage rec { "test_sidereal_lon_independent" "test_timedelta_full_precision_arithmetic" "test_datetime_to_timedelta" ] ++ lib.optionals stdenv.isDarwin [ "test_sidereal_lat_independent" ]; meta = { Loading