We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96e12b commit 8c31e7fCopy full SHA for 8c31e7f
pandas/tests/extension/list/test_list.py
@@ -21,7 +21,7 @@ def data():
21
return ListArray(data)
22
23
24
-@pytest.mark.skip(reason="fails with update to na_rep")
+# @pytest.mark.skip(reason="fails with update to na_rep")
25
def test_to_csv(data):
26
# https://github.com/pandas-dev/pandas/issues/28840
27
# array with list-likes fail when doing astype(str) on the numpy array
0 commit comments