-
-
Notifications
You must be signed in to change notification settings - Fork 118
Python 3.13.0b1: test_typing_extensions: AttributeError: attribute '__default__' of 'typing.TypeVar' objects is not writable
#377
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
Comments
#378 fixed all but one test failure. The last remaining one is to do with |
@AlexWaygood the changes you made didn't look related to the test failure @befeleme pointed out here. Do you know what's going on here? Also, there's another failure incoming due to changes I made for beta 2:
Will work on a fix for that one. |
The test failure @befeleme pointed out was more than a test failure: the test module was failing at import time. The failure was because the |
When building typing_extensions in Fedora with Python 3.13.0b1,
test_typing_extensions
fails with the traceback below.I looked at the recent commits but they don't seem to tackle that. It hasn't yet been seen in the project's CI, probably because it still runs on alpha 6.
The text was updated successfully, but these errors were encountered: