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
During the packaging of version 0.28.1 in Debian I can note that the test_info_override()
test still raise the DeprecationWarning. Also I note the issue #361 that was closed, but it still happen.
tests/test_conversion.py::TestModelFieldConversion::test_info_overrides
/usr/lib/python3/dist-packages/marshmallow_sqlalchemy/convert.py:300: DeprecationWarning: Passing `info={"marshmallow": ...}` is deprecated. Use `SQLAlchemySchema` and `auto_field` instead.
warnings.warn(
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
During the packaging of version 0.28.1 in Debian I can note that the test_info_override()
test still raise the DeprecationWarning. Also I note the issue #361 that was closed, but it still happen.
Cheers
The text was updated successfully, but these errors were encountered: