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 778e385 commit 33b601dCopy full SHA for 33b601d
pandas/tests/io/test_common.py
@@ -25,6 +25,7 @@
25
WASM,
26
is_platform_windows,
27
)
28
+import pandas.util._test_decorators as td
29
30
import pandas as pd
31
import pandas._testing as tm
@@ -642,6 +643,7 @@ def close(self):
642
643
handles.created_handles.append(TestError())
644
645
646
+@td.skip_if_no("fsspec")
647
def test_read_csv_chained_url_no_error():
648
tar_file = "pandas/tests/io/data/tar/test-csv.tar"
649
try:
0 commit comments