-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update pythoneval test according to PR typeshed/#1220 (ABCs -> Protocols) #3846
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
Update pythoneval test according to PR typeshed/#1220 (ABCs -> Protocols) #3846
Conversation
The failure is expected, but AppVeyor has crashed in a strange way, this is a second time it happened today on random pushes. @ethanhs do you have any ideas what has happened. |
@ilevkivskyi Im taking a look. The error seem non-obvious, but I will try to see if I can figure out what it is. |
I have encountered similar crash during #3870. IIRC it seemed to happen when multiple instances of pytest were active. It stopped happening after I've changed the PR to use only a single instance. I'm not sure if this information helps though... |
Moving to a new issue to not clutter this PR #3895 |
I propose to disable this test (by appending |
6bf65bd
to
a0d51eb
Compare
@gvanrossum |
OK, can you rebase/repush this so the tests pass? Then you can merge it. |
a0d51eb
to
c2515f3
Compare
All tests pass, so I am merging now. |
The test will fail now. This PR contains the tests output after python/typeshed#1220 is merged and synced (note that pythoneval tests are run with full typeshed stubs).