Skip to content

Commit dd1676f

Browse files
committed
remove xfail
1 parent 059a327 commit dd1676f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
pa_version_under11p0,
2020
pa_version_under13p0,
2121
pa_version_under15p0,
22-
pa_version_under17p0,
2322
pa_version_under19p0,
2423
pa_version_under20p0,
2524
)
@@ -1117,16 +1116,10 @@ def test_read_dtype_backend_pyarrow_config_index(self, pa):
11171116
reason="https://github.com/apache/arrow/pull/44171",
11181117
),
11191118
),
1120-
pytest.param(
1121-
[
1122-
datetime.datetime(2011, 1, 1, 0, 0),
1123-
datetime.datetime(2011, 1, 1, 1, 1),
1124-
],
1125-
marks=pytest.mark.xfail(
1126-
pa_version_under17p0,
1127-
reason="pa.pandas_compat passes 'datetime64' to .astype",
1128-
),
1129-
),
1119+
[
1120+
datetime.datetime(2011, 1, 1, 0, 0),
1121+
datetime.datetime(2011, 1, 1, 1, 1),
1122+
],
11301123
],
11311124
)
11321125
def test_columns_dtypes_not_invalid(self, pa, columns):

0 commit comments

Comments
 (0)