Skip to content

Commit 33b601d

Browse files
committed
add @td.skip_if_no("fsspec") on test func
1 parent 778e385 commit 33b601d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
WASM,
2626
is_platform_windows,
2727
)
28+
import pandas.util._test_decorators as td
2829

2930
import pandas as pd
3031
import pandas._testing as tm
@@ -642,6 +643,7 @@ def close(self):
642643
handles.created_handles.append(TestError())
643644

644645

646+
@td.skip_if_no("fsspec")
645647
def test_read_csv_chained_url_no_error():
646648
tar_file = "pandas/tests/io/data/tar/test-csv.tar"
647649
try:

0 commit comments

Comments
 (0)