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"
|
"io"
|
||||||
# KeyError Timestamp
|
# KeyError Timestamp
|
||||||
"test_to_excel"
|
"test_to_excel"
|
||||||
|
# ordering logic has changed
|
||||||
|
"numpy_ufuncs_other"
|
||||||
|
"order_without_freq"
|
||||||
] ++ optionals isDarwin [
|
] ++ optionals isDarwin [
|
||||||
"test_locale"
|
"test_locale"
|
||||||
"test_clipboard"
|
"test_clipboard"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user