New issue 137: Unexpected setenv behavior https://bitbucket.org/hpk42/tox/issue/137/unexpected-setenv-behavior
Chris Jerdonek: The following behavior was unexpected to me. With an ini section like the following: [testenv] setenv = FOO = bar commands = echo {env:FOO} The environment variable `FOO` set via `setenv` is not reflected in the `{env:FOO}` substitution. I think the documentation should clarify this because it may be surprising to some. Also, there is a typo [here](https://bitbucket.org/hpk42/tox/src/72ba41dbebee260b19f8ef1a337c83d45ab8fcf3/tox/_config.py?at=default#cl-550) (unkown -> unknown). _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit