Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cloudflare-workers-and-pagesbot commentedDec 20, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 thepytest
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 themain
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-hqbot commentedDec 20, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
CodSpeed Performance ReportMerging#11164 willimprove performances by 5.89%Comparing Summary
Benchmarks breakdown
|
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!
f958753
intomainUh oh!
There was an error while loading.Please reload this page.
Change Summary
Part of#11160
Related issue number
Checklist