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
Now that PEP561 tests run sequentially (#12857), they can take a big fraction of the
entire runtests.py runtime. I think that we should make the tests opt-in, similar to some
of the slow mypyc tests. They will run in CI always in any case.
Anybody want to help with this?
The text was updated successfully, but these errors were encountered:
Since I am responsible for making the PEP561 tests so much slower, I think it's only fair that I be the one to make them optional :-)
By the way, these tests aren't completely sequential, just the pip install steps were made to not overlap. It's a lot slower than before, to be sure, but pytest -n0 is even worse (at least on my machine).
Now that PEP561 tests run sequentially (#12857), they can take a big fraction of the
entire runtests.py runtime. I think that we should make the tests opt-in, similar to some
of the slow mypyc tests. They will run in CI always in any case.
Anybody want to help with this?
The text was updated successfully, but these errors were encountered: