Merge pull request #294790 from doronbehar/pkg/astropy
python312Packages.astropy: disable a flaky test
This commit is contained in:
commit
3550cb8073
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue