Unverified Commit 39c808d7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #253040 from reckenrode/pandas-fixes

python3Packages.pandas: disable unreliable tests
parents 486bdc2b 529ad4a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -206,6 +206,8 @@ buildPythonPackage rec {
  ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
    # tests/generic/test_finalize.py::test_binops[and_-args4-right] - AssertionError: assert {} == {'a': 1}
    "test_binops"
    # These tests are unreliable on aarch64-darwin. See https://github.com/pandas-dev/pandas/issues/38921.
    "test_rolling"
  ];

  # Tests have relative paths, and need to reference compiled C extensions