Cornices / cornice

Build Web Services with Pyramid.
https://cornice.readthedocs.io
Other
384 stars 149 forks source link

fix: eliminate deprecated marshmallow syntax #561

Closed asthasr closed 3 years ago

asthasr commented 3 years ago

After setting up a skeleton app, I was receiving a warning while running tests:

RemovedInMarshmallow4Warning: Passing field metadata as a keyword arg is deprecated. Use the explicit `metadata=...` argument instead.

The change here seems to fix the issue.