Skip to content

Commit e79d52e

Browse files
committed
debug boto
1 parent 1f15d10 commit e79d52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def s3_resource(tips_file, jsonl_file):
3737
"""
3838
pytest.importorskip('s3fs')
3939
boto3 = pytest.importorskip('boto3')
40+
# GH-24092. See if boto.plugin skips the test or fails.
41+
pytest.importorskip("boto.plugin")
4042
moto = pytest.importorskip('moto')
4143

4244
test_s3_files = [

0 commit comments

Comments
 (0)