Skip to content

Commit 5ac687c

Browse files
Backport PR #38514: CI: un-xfail (#38559)
Co-authored-by: jbrockmendel <[email protected]>
1 parent 8d309cd commit 5ac687c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/tests/io/test_parquet.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -671,12 +671,7 @@ def test_s3_roundtrip(self, df_compat, s3_resource, pa, s3so):
671671
@pytest.mark.parametrize(
672672
"partition_col",
673673
[
674-
pytest.param(
675-
["A"],
676-
marks=pytest.mark.xfail(
677-
PY38, reason="Getting back empty DataFrame", raises=AssertionError
678-
),
679-
),
674+
["A"],
680675
[],
681676
],
682677
)

0 commit comments

Comments
 (0)