Skip to content

Commit 0dc0444

Browse files
committed
add min_version to td.skip_if_no due to ffspec bug
1 parent 0fe1864 commit 0dc0444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def close(self):
643643
handles.created_handles.append(TestError())
644644

645645

646-
@td.skip_if_no("fsspec")
646+
@td.skip_if_no("fsspec", min_version="2023.1.0")
647647
def test_read_csv_chained_url_no_error():
648648
# GH 60100
649649
tar_file_path = "pandas/tests/io/data/tar/test-csv.tar"

0 commit comments

Comments
 (0)