wntrblm / nox

Flexible test automation for Python
https://nox.thea.codes
Apache License 2.0
1.31k stars 151 forks source link

fix: avoid mixing venv and conda from environment #804

Closed henryiii closed 6 months ago

henryiii commented 6 months ago

Fix #801.

Needs a test were we manually set one variable and make sure it isn't present. It might be the parent run overrides it.

I'd like to allow this at the user level, too; setting env={"UNSET_ME": None} would be a good way to provide an "unset" list. You can set to an empty string, but that's not always the same as not having the variable in the first place.