python3Packages.pandas: Disable failing test with numpy 1.24
This commit is contained in:
parent
acbd70e262
commit
e62d70a790
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user