-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
test__create_venv_options fails without conda #793
Labels
Comments
Thanks for reporting! I could reproduce. Would something like this work? pytest.param("nox.virtualenv.CondaEnv.create", "conda", nox.virtualenv.CondaEnv, marks=has_conda), The |
|
Above tested with this patch:
|
I looked at #794 and I had to use it differently. Sorry for mess. |
I tested with patch from #794 and now the test is properly skipped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
I'm running tests for
nox
and I found thatTestSessionRunner.test__create_venv_options[nox.virtualenv.CondaEnv.create-conda-CondaEnv]
fails because I've no conda installed:Expected Behavior
All tests pass even without conda.
Steps To Reproduce
Run
nox
tests without conda installed.Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: