Skip to content
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

Skip a problematic test on CPython 3.12.0b1 #200

Merged
merged 2 commits into from
May 26, 2023

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented May 26, 2023

Fixes #199
Unblocks #173

We could probably just wait for 3.12.0b2, where the bug will be fixed in CPython (due to python/cpython@2b7027d). But this approach might make it easier for Linux distros etc. to test with Python 3.12, which would probably be a good thing.

Cc. @mgorny

@AlexWaygood
Copy link
Member Author

@srittau srittau merged commit 5d51455 into python:main May 26, 2023
@AlexWaygood AlexWaygood deleted the skip-test branch May 26, 2023 10:02
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.

Test regression on Python 3.12: AttributeError: type object 'Foo' has no attribute '_is_protocol'
2 participants