You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, CI jobs running on PyPy are (painfully) slow.
This seems to be a well know side effect of enabling coverage.
The change proposed here is to disable coverage on PyPy for both Windows
and MacOS (which seem to be very slow).
Coverage for PyPy on Ubuntu is preserved because, while
being slower than CPython, it is still OK-ish.
Hopefully tests running on PyPy/Ubuntu will include most of
PyPy's specific corner cases.
0 commit comments