Revert "pythonPackages.pandas: skip hanging/crashing test"

This reverts commit b86327ef93.

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.
This commit is contained in:
Sandro Jäckel 2021-04-05 03:44:29 +02:00
parent 0d8460a13a
commit 3e6464e159

View File

@ -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 = ''