python3Packages.pandas: fix tests
The default ordering behavior has changed with pd.NAT
This commit is contained in:
parent
26aa690447
commit
0726ab30f6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user