Merge pull request #173177 from midchildan/fix/pandas

pandas: fix darwin build
main
Robert Scott 2 years ago committed by GitHub
commit 040c655aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/pandas/default.nix

@ -103,6 +103,10 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.isDarwin [
"test_locale"
"test_clipboard"
# ValueError: cannot reindex on an axis with duplicate labels
#
# Attempts to reproduce this problem outside of Hydra failed.
"test_reindex_timestamp_with_fold"
];
# Tests have relative paths, and need to reference compiled C extensions

Loading…
Cancel
Save