|
1 | | -Tanjun # hangs |
2 | | -antidote # hangs / slow |
| 1 | +Tanjun # too many iterations |
| 2 | +antidote # hangs / slow (single threaded) |
3 | 3 | artigraph # cycle panics (value_type_) |
4 | 4 | arviz # too many iterations on versions of arviz newer than https://github.com/arviz-devs/arviz/commit/3205b82bb4d6097c31f7334d7ac51a6de37002d0 |
5 | 5 | core # cycle panics (value_type_) |
6 | | -cpython # access to field whilst being initialized, too many cycle iterations |
7 | | -discord.py # some kind of hang, only when multi-threaded? |
8 | | -freqtrade # hangs |
| 6 | +cpython # too many cycle iterations |
| 7 | +discord.py |
| 8 | +freqtrade |
9 | 9 | hydpy # too many iterations |
10 | 10 | ibis # too many iterations |
11 | 11 | jax # too many iterations |
12 | 12 | packaging # too many iterations |
13 | | -pandas # slow |
14 | | -pandas-stubs # hangs/slow, or else https://github.com/salsa-rs/salsa/issues/831 |
| 13 | +pandas # slow (9s) |
| 14 | +pandas-stubs |
15 | 15 | pandera # stack overflow |
16 | 16 | pip # vendors packaging, see above |
17 | | -prefect # slow |
| 17 | +prefect |
18 | 18 | pylint # cycle panics (self-recursive type alias) |
19 | 19 | pyodide # too many cycle iterations |
20 | 20 | pywin32 # bad use-def map (binding with definitely-visible unbound) |
21 | | -schemathesis # https://github.com/salsa-rs/salsa/issues/831 |
22 | | -scikit-learn # success, but mypy-primer hangs processing the output |
| 21 | +schemathesis |
| 22 | +scikit-learn |
23 | 23 | setuptools # vendors packaging, see above |
24 | | -spack # success, but mypy-primer hangs processing the output |
| 24 | +spack # slow, success, but mypy-primer hangs processing the output |
25 | 25 | spark # too many iterations |
26 | | -steam.py # hangs |
| 26 | +steam.py # hangs (single threaded) |
27 | 27 | xarray # too many iterations |
0 commit comments