Skip to content

Commit 3310fa5

Browse files
committed
remove xfail
1 parent 8c31e7f commit 3310fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/extension/list/test_list.py

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

2323

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

0 commit comments

Comments
 (0)