diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix index 1cc33ad51e38..02427a524257 100644 --- a/pkgs/development/python-modules/pandas/default.nix +++ b/pkgs/development/python-modules/pandas/default.nix @@ -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"