Skip to content

Commit

Permalink
Revert "pythonPackages.pandas: skip hanging/crashing test"
Browse files Browse the repository at this point in the history
This reverts commit b86327e.

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 NixOS#118454.
  • Loading branch information
SuperSandro2000 committed Apr 5, 2021
1 parent 0d8460a commit 3e6464e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/development/python-modules/pandas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 3e6464e

Please sign in to comment.