-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Move FastAPI tests to third-party workflow #11164
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
Conversation
Deploying pydantic-docs with
|
Latest commit: |
bfc2efb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ccab206e.pydantic-docs.pages.dev |
Branch Preview URL: | https://adapt-fastapi-ci.pydantic-docs.pages.dev |
# This may be necessary if we make low-consequence changes to pydantic, such as minor changes the details of a JSON | ||
# schema or the contents of a ValidationError | ||
# | ||
# To skip a specific test, add '--deselect path/to/test.py::test_name' to the end of this command | ||
# | ||
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that we loose the ability to skip failing tests. But the pytest
command that we run in the third-party workflow can still be adapted to deselect tests.
And more generally, it might be that we get failing third-party tests if the main
branch of the projects we test is broken. If this happens too often, we can checkout a specific revision instead (but we'll have to remind ourselves to update the revision regularly).
CodSpeed Performance ReportMerging #11164 will improve performances by 5.89%Comparing Summary
Benchmarks breakdown
|
83cd93f
to
bfc2efb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Change Summary
Part of #11160
Related issue number
Checklist