add pypy schemas to command/install.py#2221
Conversation
|
pytest-cov makes the tests run too slow, can we disable it for PyPy? |
I haven't looked at the rest of the PR, but I think we originally did skip coverage for PyPy because of the speed issue. Not sure why that changed — possibly it was only in the Travis configuration and didn't make the leap over to GHA? |
|
@jaraco now that pypa/distutils#1 is merged, will a PR to merge that distutils version replace this PR? Should I close this? |
|
Note the CI changes here are still needed to skip coverage testing for PyPy. |
|
Good question. I skipped the PR, but merged the distutils changes in 7a8c226 and rebased the other commits. I'll review these changes separately. |
|
In #2224, I've simplified the coverage configuration some. I think that addresses the one commit. I plan to merge the other commits. Thanks so much! |
Summary of changes
This is a start: there are still 3 pypy failures after this change.
I think they are related to sysconfig specifically finding
Python.h, and one may be a bad test.