Skip to content

Commit 8ca1aaf

Browse files
Skip test in minimal version env
1 parent 5f462b7 commit 8ca1aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def test_infer_string_large_string_type(self, tmp_path, pa):
11391139

11401140
def test_non_nanosecond_timestamps(self, temp_file):
11411141
# GH#49236
1142-
pa = pytest.importorskip("pyarrow")
1142+
pa = pytest.importorskip("pyarrow", "11.0.0")
11431143
pq = pytest.importorskip("pyarrow.parquet")
11441144

11451145
arr = pa.array([datetime.datetime(1600, 1, 1)], type=pa.timestamp("us"))

0 commit comments

Comments
 (0)