Replies: 1 comment 2 replies
-
This would induce ambiguity. How would you know if cool here is an env on its own or is just part of one? The only place where we support partial names is environment markers in configurations. I'm not sure why you conclude from the linked section that this syntax is possible 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that I have to have a full env name in tox.ini sections. That is, If I have an environment
my-cool-env
and I want to change an environmental variable for it, I could do:Or I could do:
I could also do:
But this won't work:
Why not? I can't think of any downside in supporting this syntax. It seems it can simplify things a bit.
P.S. The documentation kind of suggests that this syntax is possible?
Beta Was this translation helpful? Give feedback.
All reactions