-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Start supporting inline comments #50
Labels
Comments
Original comment by @hpk42 well, we could allow comment-recognition for the env-variable i think. We just cannot do it for each line in the ini-file. |
Original comment by @RonnyPfannschmidt tox cannot consider such inline start characters comments |
So this is a wontfix then, I guess. |
luizirber
added a commit
to luizirber/zoo
that referenced
this issue
Apr 3, 2017
obestwalter
changed the title
Tox 1.4.2 does not parse comments in the environment list
Start supporting inline comments
Sep 4, 2017
This was referenced Sep 4, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using tox 1.4.2 and python 2.7 on OSX I get
ERROR: unknown environment 'py32 # Python 3.1 and 3.0 might work as well.'
when running tox with the toxfile here: https://github.com/erikrose/more-itertools/blob/c0339068f094933504d095bb0d2c40577acf7c56/tox.ini
Moving the comment to a different line fixes the issue.
[update by @obestwalter to clarify the problem]
Example, comments like this will make tox fail, because it does not interpret:
output:
The text was updated successfully, but these errors were encountered: