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 8fba9e4 commit 8f32866Copy full SHA for 8f32866
tests/units/document/test_base_document.py
@@ -110,7 +110,6 @@ def test_nested_to_dict_exclude_dict(nested_docs):
110
assert 'hello' not in d.keys()
111
112
113
-@pytest.mark.skipif(is_pydantic_v2, reason="Not working with pydantic v2 for now")
114
def test_nested_to_json(nested_docs):
115
d = nested_docs.json()
116
nested_docs.__class__.parse_raw(d)
0 commit comments