python311Packages.astropy: Disable on Darwin a flaky test

This commit is contained in:
Doron Behar 2024-04-04 20:40:16 +03:00
parent d9bb1b4ab9
commit 6e3e787e0f

View File

@ -12,6 +12,7 @@
, wheel
# testing
, pytestCheckHook
, stdenv
, pytest-xdist
, pytest-astropy
@ -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 = {