python3Packages.pandas: fix tests

The default ordering behavior has changed with pd.NAT
This commit is contained in:
Jonathan Ringer 2020-01-09 10:23:05 -08:00 committed by Jon
parent 26aa690447
commit 0726ab30f6

View File

@ -84,6 +84,9 @@ in buildPythonPackage rec {
"io"
# KeyError Timestamp
"test_to_excel"
# ordering logic has changed
"numpy_ufuncs_other"
"order_without_freq"
] ++ optionals isDarwin [
"test_locale"
"test_clipboard"