Merge pull request #294790 from doronbehar/pkg/astropy

python312Packages.astropy: disable a flaky test
This commit is contained in:
Doron Behar 2024-03-12 21:11:04 +02:00 committed by GitHub
commit 3550cb8073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {