-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest fails against pydantic 2.5.2 #14
Comments
Updating |
This one still happens against 3.0.4. |
need this, as quart-schema is using pydantic v2 |
@charles-dyfis-net I've reviewed your pull request, ping me when you've updated your branch. |
also in general, checkout the diffs on the sim branches, they're an experimental attempt to solve the same problem but from first principals. |
I've migrated away from Quart, so the PR I filed should probably be considered abandoned at this time. |
With
filterwarnings = ["error"]
in[tool.pytest.ini_options]
inpyproject.toml
, runningpytest
fails with:When not escalating all warnings to errors, we get a separate pydantic error thrown during
pytest
execution:The text was updated successfully, but these errors were encountered: