New issue 175: Can't do substitution {[base]commands}
https://bitbucket.org/hpk42/tox/issue/175/cant-do-substitution-base-commands
Marc Abramowitz:
I can't seem to do a substitution with "commands" in tox — e.g.:
```ini
[wheel]
deps = wheel
commands = pip wheel -i h
New issue 164: If install_command raises an OSError, get a traceback that
doesn't tell you what failed
https://bitbucket.org/hpk42/tox/issue/164/if-install_command-raises-an-oserror-get-a
Marc Abramowitz:
```
$ cat install_command_error.ini
[testenv]
install_command = ./LICENSE {packages}
New issue 496: Update plugin list
https://bitbucket.org/hpk42/pytest/issue/496/update-plugin-list
Marc Abramowitz:
Sorry to ADD a bug on pytest bug day while you're trying REDUCE the bug count,
but I think that this should be a quick one
http://pytest.org/latest/plugins_index/index.html
New issue 492: File descriptor leakage
https://bitbucket.org/hpk42/pytest/issue/492/file-descriptor-leakage
Marc Abramowitz:
I am periodically seeing failures due to file descriptor leakage in both builds
on Drone.io (e.g.: https://drone.io/bitbucket.org/msabramo/pytest/6) and
locally using
New issue 436: Presence of --junitxml junit.xml option and existence of
junit.xml file causes conftest.py not to be loaded
https://bitbucket.org/hpk42/pytest/issue/436/presence-of-junitxml-junitxml-option-and
Marc Abramowitz:
Maybe or maybe not related to
https://bitbucket.org/hpk42/pytest
New issue 127: Possible problem with python3.4?
https://bitbucket.org/hpk42/tox/issue/127/possible-problem-with-python34
Marc Abramowitz:
I just installed python 3.4a3 this morning and when I try to use it with tox, I
get some strange errors:
```
marca@marca-mac:~/dev/git-repos/tox-test$ tox