mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #118531 from SuperSandro2000/remove-pandas-hack
Revert "pythonPackages.pandas: skip hanging/crashing test"
This commit is contained in:
commit
a035be2d9c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user