Skip to content

Commit 8c31e7f

Browse files
committed
fixup
1 parent b96e12b commit 8c31e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/list/test_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def data():
2121
return ListArray(data)
2222

2323

24-
@pytest.mark.skip(reason="fails with update to na_rep")
24+
# @pytest.mark.skip(reason="fails with update to na_rep")
2525
def test_to_csv(data):
2626
# https://github.com/pandas-dev/pandas/issues/28840
2727
# array with list-likes fail when doing astype(str) on the numpy array

0 commit comments

Comments
 (0)