nox fails in CI even when nox.options.error_on_missing_interpreters = False
#650
Labels
nox.options.error_on_missing_interpreters = False
#650
Current Behavior
This PR makes CI fail if there are missing Python interpreters:
There was an exception for
--no-error-on-missing-interpreters
to override this behavior, but setting this in thenoxfile.py
itself does not work:In CI:
Expected Behavior
When
nox.options.error_on_missing_interpreters = False
is set, missing interpreters should not fail in CI.Steps To Reproduce
Create a
noxfile.py
withRun this in a
python:3.9
Docker image in GitLab CI.Environment
Anything else?
tox
allows this to be set in their configuration file:The text was updated successfully, but these errors were encountered: