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 411dd24 commit e9487b4Copy full SHA for e9487b4
pandas/tests/io/test_gcs.py
@@ -108,9 +108,7 @@ def mock_get_filepath_or_buffer(*args, **kwargs):
108
assert_frame_equal(df1, df2)
109
110
111
-@pytest.mark.skipif(
112
- td.safe_import("gcsfs"), reason="Only check when gcsfs not installed"
113
-)
+@td.skip_if_installed("gcsfs")
114
def test_gcs_not_present_exception():
115
with pytest.raises(ImportError) as e:
116
read_csv("gs://test/test.csv")
0 commit comments