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:
Jonathan Ringer 2020-02-02 14:24:44 -08:00 committed by Jon
parent 2f220a6672
commit ff741a5d52

View File

@ -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"