Skip to content

Commit d29794f

Browse files
committed
Group Fsspec S3 tests
1 parent 1828ebd commit d29794f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_store/test_fsspec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ async def test_basic() -> None:
133133
assert out[0].to_bytes() == data[1:]
134134

135135

136-
class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]):
136+
@pytest.mark.xdist_group(name="s3")
137+
class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]): # type: ignore[misc]
137138
store_cls = FsspecStore
138139
buffer_cls = cpu.Buffer
139140

0 commit comments

Comments
 (0)