Skip to content

Commit

Permalink
Merge pull request #253040 from reckenrode/pandas-fixes
Browse files Browse the repository at this point in the history
python3Packages.pandas: disable unreliable tests
  • Loading branch information
marsam authored Sep 3, 2023
2 parents 486bdc2 + 529ad4a commit 39c808d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pandas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c808d

Please sign in to comment.