mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue