python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
5.98k stars 325 forks source link

Remove PyPy nightly runs #2952

Closed A5rocks closed 4 months ago

A5rocks commented 4 months ago

Reference: https://github.com/python-trio/trio/issues/2885

This was mentioned elsewhere recently cause they're kinda flakey (nightly means that pypy problems become our problems)

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f071c06) 99.64% compared to head (ccb7fa0) 99.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2952 +/- ## ======================================= Coverage 99.64% 99.64% ======================================= Files 117 117 Lines 17564 17564 Branches 3166 3166 ======================================= Hits 17502 17502 Misses 43 43 Partials 19 19 ```
jakkdl commented 4 months ago

any reason not to run pypy-3.9 and/or pypy-3.10 on Mac instead?

edit: ah, I see you added it as a bullet point in #2885