summary refs log tree commit diff
path: root/pkgs/development/python-modules/pandas
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 03:44:29 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 03:44:29 +0200
commit3e6464e1593646179a1d72f1eca6648513bdb359 (patch)
tree5dfc5c12cb360748a4b7081e992ac494674caf4f /pkgs/development/python-modules/pandas
parent0d8460a13ab36332780be31379a3f8ad4dd8a45e (diff)
downloadnixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar.gz
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar.bz2
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar.lz
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar.xz
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.tar.zst
nixpkgs-3e6464e1593646179a1d72f1eca6648513bdb359.zip
Revert "pythonPackages.pandas: skip hanging/crashing test"
This reverts commit b86327ef9320d385999b65a81ce7146f2aa3ce58.

This is a temporary hack which can't be merged into master at some point
because the package is actually broken. The real issue will likely be fixed
in #118454.
Diffstat (limited to 'pkgs/development/python-modules/pandas')
-rw-r--r--pkgs/development/python-modules/pandas/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix
index df44b499805..7fd551e192c 100644
--- a/pkgs/development/python-modules/pandas/default.nix
+++ b/pkgs/development/python-modules/pandas/default.nix
@@ -110,13 +110,6 @@ buildPythonPackage rec {
     "test_clipboard"
   ];
 
-  disabledTestPaths = [
-    # some test in this file either crashes python or hangs for hours
-    # TODO: figure out why and how to fix it
-    "tests/io/pytables/test_pytables_missing.py"
-    "tests/io/pytables/test_store.py"
-  ];
-
   # Tests have relative paths, and need to reference compiled C extensions
   # so change directory where `import .test` is able to be resolved
   preCheck = ''