-
Notifications
You must be signed in to change notification settings - Fork 337
[python] Fix nightly build #9604
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
Http.File to bytes to fix nightly build
|
All changed packages have been documented.
|
|
You can try these changes here
|
commit: |
…fault/individually/individuallyParent
tadelesh
left a comment
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.
Is it possible to skip these tests first. I think we need a formal discussion about how to support File type.
Http.File to bytes to fix nightly build…hon-nightly-fix
…espec into python-nightly-fix
|
After offline discussion, we will skip the test case of Http.File until we have a complete design. |
* Add emitter options for type/file spec * Update client-initialization emitter options to support default, individually, and individuallyParent sub-specs * Update dependencies * Add changelog * Update dependencies (2026-02-09 03:18:57) * Regenerate for typespec-python (2026-02-09 03:24:15) * Sync hand-written test cases from TypeSpec PR #9604 - Update client-initialization tests to use .default sub-package imports - Add multipart file upload tests (azure + unbranded, sync + async) - Add new type/file test files (generic_mock_api_tests) - Update requirements.txt with new generated package entries * Update dependencies * Update dependencies (2026-02-09 04:47:12) * Regenerate for autorest.python (2026-02-09 05:07:00) * Delete .chronus/changes/python-nightly-fix-2026-1-6-9-19-9.md * update * Sync test changes from microsoft/typespec#9604 * Update dependencies * Update dependencies (2026-02-09 06:07:55) * Regenerate for autorest.python (2026-02-09 06:27:31) * update --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
PR summary:
nightly build failure is caused by spector case about Http.File: Add Spector tests for File type with content type variations #9513.
Before complete design for Http.File, we skip those test cases for now