-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
1.9.0: test_runtime_typing_objects fails #17005
Comments
This probably depends on the version of typing-extensions you have installed. |
I tested with typing-extensions version 4.10.0. |
Hello, we are also seeing this on Debian. I think typing-extensions 4.10.0 is to blame, because an earlier build I did locally with typing-extensions 4.9.0 didn't have this failure |
Cherry-picking eb84794 into the Debian package fixed the mypy tests for me. |
(arguably the thing that is "to blame" here is the fact that mypy's test fixtures are overly coupled to the exact attributes that |
The test is passing with 1.10.0. |
Bug Report
I'm running tests for 1.9.0 and I found that the
StubtestUnit.test_runtime_typing_objects
test fails.To Reproduce
Run tests.
Expected Behavior
All tests pass.
Actual Behavior
Your Environment
mypy.ini
(and other config files): N/AThe text was updated successfully, but these errors were encountered: