Skip to content

Commit 50a985e

Browse files
committed
Temporarily disable tests due to pandas issue #42437
1 parent 3f54198 commit 50a985e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

text_extensions_for_pandas/array/test_tensor.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,11 @@ def test_reindex(self, data, na_value):
10151015

10161016

10171017
class TestPandasSetitem(base.BaseSetitemTests):
1018-
pass
1018+
# Temporarily disabled until Pandas issue #42437 is fixed
1019+
# See Text Extensions for Pandas issue #221 for a workaround.
1020+
@pytest.mark.skip(reason="See Pandas issue #42437")
1021+
def test_setitem_series(self, data, full_indexer):
1022+
super().test_setitem_series(data, full_indexer)
10191023

10201024

10211025
class TestPandasMissing(base.BaseMissingTests):

0 commit comments

Comments
 (0)