-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update zipfile to 3.13.5 #6069
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
base: main
Are you sure you want to change the base?
Update zipfile to 3.13.5 #6069
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (16)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Needed for updated zipfile tests.
Notes: - I have to skip some brand new tests due to shift_jis encoding not being supported - `test_write_filtered_python_package` marked as `expectedFailure` with "AttributeError: module 'os' has no attribute 'supports_effective_ids'" - I didn't want to do a partial or full update to os module in this PR
021a594
to
60fad7a
Compare
Description
Update zipfile library and related tests to 3.13.5.
New TODOs
test_write_filtered_python_package
marked asexpectedFailure
due to "AttributeError: module 'os' has no attribute 'supports_effective_ids'"Windows tests
I don't have access to a Windows machine so don't have a readily available way to run these tests in verbose mode locally 🤔.