summary refs log tree commit diff
path: root/pkgs/development/python-modules/pandas
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-01-09 10:23:05 -0800
committerJon <jonringer@users.noreply.github.com>2020-01-09 11:28:31 -0800
commit0726ab30f678988e8059c59734ee9c61e5980e1c (patch)
treef9433212cb6b26dad35bfbfe15a9f0feec264852 /pkgs/development/python-modules/pandas
parent26aa6904478f7f299d1f78574b6853ae8528e3e2 (diff)
downloadnixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar.gz
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar.bz2
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar.lz
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar.xz
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.tar.zst
nixpkgs-0726ab30f678988e8059c59734ee9c61e5980e1c.zip
python3Packages.pandas: fix tests
The default ordering behavior has changed with pd.NAT
Diffstat (limited to 'pkgs/development/python-modules/pandas')
-rw-r--r--pkgs/development/python-modules/pandas/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix
index 65ab5881df9..fc5841ba796 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"