python312Packages.astropy: disable a flaky tests

Fix #294392
This commit is contained in:
Doron Behar 2024-03-10 20:54:27 +02:00
parent 34a2b24de0
commit 4dc436efe4

View File

@ -72,6 +72,9 @@ buildPythonPackage rec {
# May fail due to parallelism, see:
# https://github.com/astropy/astropy/issues/15441
"TestUnifiedOutputRegistry"
# More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392
"test_sidereal_lon_independent"
"test_timedelta_full_precision_arithmetic"
];
meta = {