We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15d10 commit e79d52eCopy full SHA for e79d52e
pandas/tests/io/conftest.py
@@ -37,6 +37,8 @@ def s3_resource(tips_file, jsonl_file):
37
"""
38
pytest.importorskip('s3fs')
39
boto3 = pytest.importorskip('boto3')
40
+ # GH-24092. See if boto.plugin skips the test or fails.
41
+ pytest.importorskip("boto.plugin")
42
moto = pytest.importorskip('moto')
43
44
test_s3_files = [
0 commit comments