You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 32-bit Py 3.8.0 on Win10. desert from master, commit 073a40e
desert does not support types with ellipsis, which is used to indicate a variable length list or tuple with homogeneous types. The following test case:
src\desert\_make.py:107: in class_schema
raise desert.exceptions.UnknownType(
E desert.exceptions.UnknownType: Desert failed to infer the field type for Ellipsis.
E Explicitly pass a Marshmallow field type.
The text was updated successfully, but these errors were encountered:
Running 32-bit Py 3.8.0 on Win10.
desert
from master, commit 073a40edesert
does not support types with ellipsis, which is used to indicate a variable length list or tuple with homogeneous types. The following test case:Fails on making the schema with:
The text was updated successfully, but these errors were encountered: