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 1fa0125 commit b0b9d56Copy full SHA for b0b9d56
tests/test_store/test_object.py
@@ -50,6 +50,7 @@ def test_store_supports_partial_writes(self, store: ObjectStore) -> None:
50
def test_store_supports_listing(self, store: ObjectStore) -> None:
51
assert store.supports_listing
52
53
+ @pytest.mark.xfail(reason="Not Implemented")
54
def test_serializable_store(self, store: ObjectStore) -> None:
55
foo = pickle.dumps(store)
56
assert pickle.loads(foo) == store
0 commit comments