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

nox works as expected only when conda virtualenv is called base #754

Closed
sreeprasannar opened this issue Dec 19, 2023 · 1 comment
Closed
Labels

Comments

@sreeprasannar
Copy link

sreeprasannar commented Dec 19, 2023

Current Behavior

When my conda environment is not called base, session.install(".") doesn't actually install anything. Subsequent module import statements fail and pytests fail.

Expected Behavior

This seems silly but nox runs as expected only when the conda environment is called base

Steps To Reproduce

No response

Environment

- OS: Ubuntu 20.04
- Python: 
- Nox: 4.11

Anything else?

Probably related? cjolowicz/hypermodern-python#101 (comment)

@sreeprasannar
Copy link
Author

my bad, it was something specific to my library. I was able to figure out with a MVP

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

No branches or pull requests

1 participant