-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
tblib updated from 3.1.0 to 3.2.0 #9970
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9970 +/- ##
=======================================
Coverage 78.68% 78.68%
=======================================
Files 153 153
Lines 19313 19313
Branches 2214 2214
=======================================
Hits 15196 15196
Misses 3817 3817
Partials 300 300
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@auvipy I think The PR is ready for review, Thanks ! |
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.
Pull Request Overview
This PR updates the tblib dependency from version 3.1.0 to 3.2.0 and modifies exception handling tests to accommodate behavioral changes in the new version. The update appears to affect how unpickleable exceptions are serialized and returned in some environments.
Key changes:
- Updated
tblibdependency from 3.1.0 to 3.2.0 - Modified two test cases to accept either
UnpickleableExceptionWrapperor plainExceptioninstances with stringified error messages - Added fallback assertions checking for exception class name and arguments in string representations
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| requirements/extras/tblib.txt | Updated tblib version constraint from 3.1.0 to 3.2.0 |
| t/integration/test_tasks.py | Modified exception assertions to handle both wrapped and stringified exception formats |
No description provided.