[Pytest-commit] Issue #175: Can't do substitution {[base]commands} (hpk42/tox)

2014-05-30 Thread Marc Abramowitz
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

[Pytest-commit] Issue #164: If install_command raises an OSError, get a traceback that doesn't tell you what failed (hpk42/tox)

2014-04-03 Thread Marc Abramowitz
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}

[Pytest-commit] Issue #496: Update plugin list (hpk42/pytest)

2014-04-02 Thread Marc Abramowitz
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

[Pytest-commit] Issue #492: File descriptor leakage (hpk42/pytest)

2014-03-28 Thread Marc Abramowitz
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

[Pytest-commit] Issue #436: Presence of --junitxml junit.xml option and existence of junit.xml file causes conftest.py not to be loaded (hpk42/pytest)

2014-01-30 Thread Marc Abramowitz
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

[Pytest-commit] Issue #127: Possible problem with python3.4? (hpk42/tox)

2013-10-08 Thread Marc Abramowitz
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