8000 Update `_collections_abc.py` and `test_collections.py` to 3.12.2 by dchiquito · Pull Request #5180 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Update _collections_abc.py and test_collections.py to 3.12.2#5180

Merged
youknowone merged 7 commits intoRustPython:mainfrom
dchiquito:3.12-collections
Feb 26, 2024
Merged

Update _collections_abc.py and test_collections.py to 3.12.2#5180
youknowone merged 7 commits intoRustPython:mainfrom
dchiquito:3.12-collections

Conversation

@dchiquito
Copy link
Contributor

Update _collections_abc.py and test_collections.py to 3.12.2

test_Buffer is disabled pending #5179

This should check off _collections_abc.py and test/test_ordered_dict.py. from #5104. I'm unsure what else would be required to check off collections.

This test will not work until the `__buffer__` and `__release_buffer__`
methods are implemented on the appropriate builtin types, which is
outside the current scope.
This should be resolved when `typing.py` and `test_typing.py` are
updated to 3.12.
I missed that the typing test I disabled was on a base test class.
Moving the expected failure to the subclass allows the passing test to
pass.
@dchiquito dchiquito marked this pull request as ready for review February 24, 2024 18:35
Copy link
Member
@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit e6c6f96 into RustPython:main Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0