-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Not all environments shown when 'TOXENV' set #720
Comments
This seems to be the documented behaviour, according to the documentation for
|
Closing this as intended and documented behaviour as pointed out by @martinbroadhurst. I have no idea how to make the docs clearer either, but if somebody has an idea: please open a PR. |
Sorry ... was a bit too fast here. The behaviour described in The mismatch of what is shown when |
the list existing environments (aka tox -al) has nothing to do with the current to run target list (aka toxenv/envlist). |
Correct - that is what I was trying to explain after reopening :) |
What's happening is tox/src/tox/config/__init__.py Line 1037 in f8fe74c
But
I'm not entirely sure what the correct behavior is. Currently plugins like My thoughts:
|
Steps to reproduce
Export
TOXENV
List all environments
This was seen with the latest, master version of Sphinx.
Expected result
All environments are still listed.
Actual result
Only a limited number of tox envs are shown. These correspond to the envs that are explicitly defined rather than the implicit (?) ones, as seen here
The text was updated successfully, but these errors were encountered: