You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this when I was debugging a project with an env like
[testenv:docs]
...
extras = build_docs
where the project.optional-dependencies were not getting installed (the underscore is problematic #2655). A warning or error would have been very helpful figuring out what was happening.
The text was updated successfully, but these errors were encountered:
If an extra is misspelled or missing, tox should give an error or warning. For example when running
tox -e badextras
withI came across this when I was debugging a project with an env like
where the project.optional-dependencies were not getting installed (the underscore is problematic #2655). A warning or error would have been very helpful figuring out what was happening.
The text was updated successfully, but these errors were encountered: