-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
BUG: Parse pip in env better #1331
BUG: Parse pip in env better #1331
Conversation
Is there a way to test this? |
Yup, reworked and added tests. |
e2bfa74
to
cfee427
Compare
Should be good to go now @mattip, since the pypy tests are still flakey on the CI (will reopen the older issue on it). |
Appveyor is unhappy, there are two failed tests |
5a43427
to
2d8346c
Compare
Also fixes the unintended regression noted by sympy w.r.t |
PyPy failure is unrelated, should be good to go @mattip :) |
There is a merge conflict. |
Installs with pip by default
2dc869a
to
773bf7d
Compare
Fixed now :) |
I merged this, perhaps a future refactor could leverage conda/mamba rather than re-implementing the logic here. |
Closes #1326.