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
Install types to correct environment #11457
Conversation
I am not entirely sure, what the desired behavior for |
Yes, I would agree. Could you have mypy give an error and fail fast in this case please? |
I added a check for that. |
Ok, I think this looks good, would you be able to add a few tests please? |
Fixes python#11405 by using `options.python_executable` instead of `sys.executable`.
Description
Fixes #11405 by using
options.python_executable
instead ofsys.executable
.Test Plan
I tested the change manually with an internal project, that was affected by #11405.