Unverified Commit 2fd56a8a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #301311 from doronbehar/pkg/astropy

python311Packages.astropy: Disable another flakey test
parents a8491174 6e3e787e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
, wheel
# testing
, pytestCheckHook
, stdenv
, pytest-xdist
, pytest-astropy

@@ -82,6 +83,9 @@ 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"
  ] ++ lib.optionals stdenv.isDarwin [
    "test_sidereal_lat_independent"
  ];

  meta = {