python3Packages.pandas: Disable failing test with numpy 1.24

This commit is contained in:
Martin Weinelt 2023-01-01 03:37:56 +01:00
parent acbd70e262
commit e62d70a790

View file

@ -98,6 +98,8 @@ buildPythonPackage rec {
"test_rolling_var_numerical_issues"
# Requires mathplotlib
"test_subset_for_boolean_cols"
# DeprecationWarning from numpy
"test_sort_values_sparse_no_warning"
] ++ lib.optionals stdenv.isDarwin [
"test_locale"
"test_clipboard"