Skip to content

Commit f5947ea

Browse files
Constrain test_setitem_2d_values to _base_numeric_dtypes
Until Pandas resolves pandas-dev/pandas#54445 we cannot feed complex128 types to the test_setitem_2d_values test case. Signed-off-by: Michael Tiemann <[email protected]>
1 parent 2c6de3c commit f5947ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pint_pandas/testsuite/test_pandas_extensiontests.py

+1
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ def test_setitem_scalar_key_sequence_raise(self, data):
647647
# This can be removed when https://github.com/pandas-dev/pandas/pull/54441 is accepted
648648
base.BaseSetitemTests.test_setitem_scalar_key_sequence_raise(self, data)
649649

650+
@pytest.mark.parametrize("numeric_dtype", _base_numeric_dtypes, indirect=True)
650651
def test_setitem_2d_values(self, data):
651652
# GH50085
652653
original = data.copy()

0 commit comments

Comments
 (0)