Uh oh!
There was an error while loading. Please reload this page.
Update pythoneval test according to PR typeshed/#1220 (ABCs -> Protocols) - #3846
Conversation
ilevkivskyi
commented
Aug 30, 2017
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. |
emmatyping
commented
Aug 30, 2017
@ilevkivskyi Im taking a look. The error seem non-obvious, but I will try to see if I can figure out what it is. |
elazarg
commented
Aug 30, 2017
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... |
emmatyping
commented
Aug 31, 2017
Moving to a new issue to not clutter this PR #3895 |
gvanrossum
commented
Nov 17, 2017
I propose to disable this test (by appending |
6bf65bd to
a0d51ebCompareilevkivskyi
commented
Nov 19, 2017
@gvanrossum |
gvanrossum
commented
Nov 19, 2017
OK, can you rebase/repush this so the tests pass? Then you can merge it. |
a0d51eb to
c2515f3Compareilevkivskyi
commented
Nov 19, 2017
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).