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 1828ebd commit d29794fCopy full SHA for d29794f
tests/test_store/test_fsspec.py
@@ -133,7 +133,8 @@ async def test_basic() -> None:
133
assert out[0].to_bytes() == data[1:]
134
135
136
-class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]):
+@pytest.mark.xdist_group(name="s3")
137
+class TestFsspecStoreS3(StoreTests[FsspecStore, cpu.Buffer]): # type: ignore[misc]
138
store_cls = FsspecStore
139
buffer_cls = cpu.Buffer
140
0 commit comments