Merge pull request #294790 from doronbehar/pkg/astropy

python312Packages.astropy: disable a flaky test

authored by Doron Behar and committed by GitHub 3550cb80 af8de11a

+3
+3
pkgs/development/python-modules/astropy/default.nix
··· 72 72 # May fail due to parallelism, see: 73 73 # https://github.com/astropy/astropy/issues/15441 74 74 "TestUnifiedOutputRegistry" 75 + # More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392 76 + "test_sidereal_lon_independent" 77 + "test_timedelta_full_precision_arithmetic" 75 78 ]; 76 79 77 80 meta = {