python3Packages.pandas: disable invalid tests
util_in_top_level tries to import from pandas.tests. This would be fine if running the tests pre-installation, however, the tests directory isn't available after installation
This commit is contained in:
parent
2f220a6672
commit
ff741a5d52
@ -87,6 +87,8 @@ in buildPythonPackage rec {
|
||||
# ordering logic has changed
|
||||
"numpy_ufuncs_other"
|
||||
"order_without_freq"
|
||||
# tries to import from pandas.tests post install
|
||||
"util_in_top_level"
|
||||
] ++ optionals isDarwin [
|
||||
"test_locale"
|
||||
"test_clipboard"
|
||||
|
Loading…
Reference in New Issue
Block a user