[Pytest-commit] Issue #533: Add ability to set suite name in JUnit XML report (hpk42/pytest)

2014-06-26 Thread Simon Lundmark
New issue 533: Add ability to set suite name in JUnit XML report https://bitbucket.org/hpk42/pytest/issue/533/add-ability-to-set-suite-name-in-junit-xml Simon Lundmark: Today as of the resolved issue #355 the XML report's root `` tag's `name` attribute is hard-coded to `pytest`. To make reportin

[Pytest-commit] commit/tox: ssc: Add support for PyPy3 (env "pypy3").

2014-06-26 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/18901cb31482/ Changeset: 18901cb31482 User:ssc Date:2014-06-25 09:41:37 Summary: Add support for PyPy3 (env "pypy3"). Affected #: 2 files diff -r cefc0fd28dda72ac76a9170b4c586e0eb3f1d124 -r 18901cb31482da6c4db6ed

[Pytest-commit] Issue #179: Tox messes around with system-wide python install for no reason, breaks (hpk42/tox)

2014-06-26 Thread TonasJ
New issue 179: Tox messes around with system-wide python install for no reason, breaks https://bitbucket.org/hpk42/tox/issue/179/tox-messes-around-with-system-wide-python TonasJ: What did I do: I downloaded python 3.4. I compiled it (but didn't install it). I did ./python -m venv --clear /home