pythonPackages.pandas: fix build

This commit is contained in:
Frederik Rietdijk
2018-09-01 10:41:37 +02:00
committed by Frederik Rietdijk
parent 5a9270fe57
commit 43f6ceabb8
@@ -80,6 +80,8 @@ in buildPythonPackage rec {
"test_oo_optimizable" "test_oo_optimizable"
# Disable IO related tests because IO data is no longer distributed # Disable IO related tests because IO data is no longer distributed
"io" "io"
# KeyError Timestamp
"test_to_excel"
] ++ optionals isDarwin [ ] ++ optionals isDarwin [
"test_locale" "test_locale"
"test_clipboard" "test_clipboard"