Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Speaking only about PyPy.)
On Windows, we don't depend on psutil at all because at one point it didn't build. It's not clear if that's still the case.
On other platforms, for PyPy2, we have psutil pinned to a specific older version (5.6.3) because of giampaolo/psutil#1659
But a quick test seems to show that PyPy2 7.3.1 and psutil 5.7.0 work OK together; the specific example in the PyPy bug report passes.
This is a problem for larger (application) installations that have a different pin on psutil.
Let's see how much we can relax this.
The text was updated successfully, but these errors were encountered:
Relax the psutil version pin for PyPy.
14ec8a1
Fixes #1643
160f59e
5.7.0 works on Linux, but it still won't build on Windows. Fixes #1643
Successfully merging a pull request may close this issue.
Description:
(Speaking only about PyPy.)
On Windows, we don't depend on psutil at all because at one point it didn't build. It's not clear if that's still the case.
On other platforms, for PyPy2, we have psutil pinned to a specific older version (5.6.3) because of giampaolo/psutil#1659
But a quick test seems to show that PyPy2 7.3.1 and psutil 5.7.0 work OK together; the specific example in the PyPy bug report passes.
This is a problem for larger (application) installations that have a different pin on psutil.
Let's see how much we can relax this.
The text was updated successfully, but these errors were encountered: