TST: test_setitem_integer_with_missing_raises contains duplicate parametrization #56727
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Testing
pandas testing functions or related to the test suite
pandas/pandas/tests/extension/base/setitem.py
Lines 211 to 216 in c4b6bed
One of these parametrizations should probably be
(pd.array([0, 1, 2, pd.NA], dtype="Int64"), True),
but that fails several tests that inherit this test. The task is to investigate whether the failure is expected or OK to xfailThe text was updated successfully, but these errors were encountered: