-
Notifications
You must be signed in to change notification settings - Fork 3k
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
New resolver: implement --user #7997
Conversation
Ah, the |
@uranusjr I think we can drop the --use-venv from Travis CI. |
I found that a lot of the tests are of poor quality anyway (most are network tests), and ended up porting them to |
Oooooooo. We'd need to think about how to represent "user installs" in the YAML tests. /cc @ilanschnell |
92b75ca
to
d7e2a7b
Compare
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Tests are based on equivalents from test_install_user.py with modifications to appropriately monkey-patch things in the new resolver module.
d7e2a7b
to
6ab42a8
Compare
The first three commits are from #7990.
I think the
use_user_site
implementation is best covered by existing tests. Let’s see what Travis thinks… if this works we should have less failing tests than in #7990.