pythonPackages.pandas: skip hanging/crashing test
This commit is contained in:
parent
2361318ade
commit
b86327ef93
@ -110,6 +110,13 @@ buildPythonPackage rec {
|
|||||||
"test_clipboard"
|
"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
|
# Tests have relative paths, and need to reference compiled C extensions
|
||||||
# so change directory where `import .test` is able to be resolved
|
# so change directory where `import .test` is able to be resolved
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user