Skip to content

Commit b776788

Browse files
committed
change fixture scope
1 parent 49db5f3 commit b776788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def moto_s3_resource(moto_server):
6868
return s3
6969

7070

71-
@pytest.fixture
71+
@pytest.fixture(scope="session")
7272
def s3so(moto_server):
7373
return {
7474
"client_kwargs": {

0 commit comments

Comments
 (0)