From 0726ab30f678988e8059c59734ee9c61e5980e1c Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Thu, 9 Jan 2020 10:23:05 -0800 Subject: [PATCH] python3Packages.pandas: fix tests The default ordering behavior has changed with pd.NAT --- pkgs/development/python-modules/pandas/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix index 65ab5881df91..fc5841ba796e 100644 --- a/pkgs/development/python-modules/pandas/default.nix +++ b/pkgs/development/python-modules/pandas/default.nix @@ -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"