pythonPackages.pandas: fix build

This commit is contained in:
Frederik Rietdijk 2018-09-01 10:37:27 +02:00 committed by Frederik Rietdijk
parent 5a9270fe57
commit 43f6ceabb8

View File

@ -80,6 +80,8 @@ in buildPythonPackage rec {
"test_oo_optimizable"
# Disable IO related tests because IO data is no longer distributed
"io"
# KeyError Timestamp
"test_to_excel"
] ++ optionals isDarwin [
"test_locale"
"test_clipboard"