Commit d9bb1b4a authored by Doron Behar's avatar Doron Behar
Browse files

python311Packages.astropy: Disable another flakey test

Fixes #300820
parent 8dab54e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ buildPythonPackage rec {
    # More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392
    "test_sidereal_lon_independent"
    "test_timedelta_full_precision_arithmetic"
    "test_datetime_to_timedelta"
  ];

  meta = {