Skip to content

Commit 1fa0125

Browse files
committed
Remove xfail for pickle
1 parent b65d439 commit 1fa0125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_store/test_object.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_store_supports_partial_writes(self, store: ObjectStore) -> None:
5050
def test_store_supports_listing(self, store: ObjectStore) -> None:
5151
assert store.supports_listing
5252

53-
@pytest.mark.xfail(reason="Not Implemented")
5453
def test_serializable_store(self, store: ObjectStore) -> None:
5554
foo = pickle.dumps(store)
5655
assert pickle.loads(foo) == store

0 commit comments

Comments
 (0)