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 0fe1864 commit 0dc0444Copy full SHA for 0dc0444
pandas/tests/io/test_common.py
@@ -643,7 +643,7 @@ def close(self):
643
handles.created_handles.append(TestError())
644
645
646
-@td.skip_if_no("fsspec")
+@td.skip_if_no("fsspec", min_version="2023.1.0")
647
def test_read_csv_chained_url_no_error():
648
# GH 60100
649
tar_file_path = "pandas/tests/io/data/tar/test-csv.tar"
0 commit comments