-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Disable running session.install
outside a venv
#580
Conversation
Of course, this will fail for now (the tests will break!) but I'll fix that soon. |
Oh no, the linters also failed :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, a few questions below. Also, other suggestions are accepted.
session.install
outside a venvsession.install
outside a venv
Ok, I think this PR is ready now. I just want to know your opinion about my questions above :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merging then. Thanks @cjolowicz for adding your review! |
Toward #503 (comment) and #537 (comment). Closes #541.
This PR finishes the work of removing the option of running
session.install
outside a venv, which is possible because we already had a deprecation phase since2022.1.7
(see #537).Sorry if I delayed a lot for pushing this, I created the branch a while ago but had several conflicts, and had to restart all the work again 😞 1.
TODO:
session.install
outside a venvUpdateReplace the test from Deprecate use of session.install() without a virtual env #537Footnotes
About the branch name,
no-venv-no-install
, I've been thinking about it for a long time. If you've heard or seen the common rule "No shirt, no shoes, no service", you will understand "No venv, no install" 😅 ↩