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
I think it's fair enough to have some kind of integration on weird platforms, but macOS is not weird enough and it should be just one each. IOW Win-{CPy-3.9,PyPy-3.8} and the rest just Linux.
Oh and re: PyPy: it's brutally slow under coverage, so I've stopped in my projects. I wouldn't expect towncrier to have any pypy-specific code, so that could be optimized.
I think that is safe to run pypy test only on Linux.
They take ridiculous amount of time on Win ... compared with less than 2 minutes on Linux.
And I think that for macOS and Windows, we can live with just running cPython 3.10 tests.
All this to reduce the resource used to run our CI matrix.
The text was updated successfully, but these errors were encountered: