Open
Description
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 xfail
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
- TST: Fix setitem parametrizationspandas-dev/pandas
- second approach to fix setitem parametrizationspandas-dev/pandas
- BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAspandas-dev/pandas
- BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAs(#56727)pandas-dev/pandas
Activity
pmhatre1 commentedon Jan 6, 2024
pytest pandas/tests/extension/base/setitem.py I was trying this command to debug this but no tests were run. Any command to run it in command line?
lopof commentedon Jan 15, 2024
take
pelagiavlas commentedon May 7, 2025
take