Skip to content
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

Run session with an unregistered interpreter #158

Closed
stsewd opened this issue Nov 11, 2018 · 2 comments · Fixed by #361
Closed

Run session with an unregistered interpreter #158

stsewd opened this issue Nov 11, 2018 · 2 comments · Fixed by #361

Comments

@stsewd
Copy link
Collaborator

stsewd commented Nov 11, 2018

@nox.session(python=['3.5', '3.6'])
def test():
    ...
$ nox -s test-3.7
nox> Warning: running session with custom interpreter
...

Raised in #95

@pradyunsg
Copy link
Contributor

Noting here that pip's use cases would benefit from this.

We frequently have folks who's want to run pip on a not-in-the-list interpreter, to make sure things work on other platforms.

@crwilcox
Copy link
Collaborator

@pradyunsg I am going to take some time tomorrow and see about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants