Skip to content

Commit 8f32866

Browse files
author
Joan Fontanals
authored
test: remove skipif for pydantic (docarray#1796)
1 parent 8fba9e4 commit 8f32866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/units/document/test_base_document.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def test_nested_to_dict_exclude_dict(nested_docs):
110110
assert 'hello' not in d.keys()
111111

112112

113-
@pytest.mark.skipif(is_pydantic_v2, reason="Not working with pydantic v2 for now")
114113
def test_nested_to_json(nested_docs):
115114
d = nested_docs.json()
116115
nested_docs.__class__.parse_raw(d)

0 commit comments

Comments
 (0)