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 b65d439 commit 1fa0125Copy full SHA for 1fa0125
tests/test_store/test_object.py
@@ -50,7 +50,6 @@ 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