[Pytest-commit] Issue #641: MemoryError when writing junitxml for large test suite (hpk42/pytest)

2014-12-10 Thread Michael Howitz
New issue 641: MemoryError when writing junitxml for large test suite https://bitbucket.org/hpk42/pytest/issue/641/memoryerror-when-writing-junitxml-for Michael Howitz: In a large project (> 3500 Tests) we get a MemoryError when writing the junit xml file. (The host is our Jenkins CI ser

[Pytest-commit] Issue #524: xdist: --looponfail does not respect --tx (hpk42/pytest)

2014-06-05 Thread Michael Howitz
New issue 524: xdist: --looponfail does not respect --tx https://bitbucket.org/hpk42/pytest/issue/524/xdist-looponfail-does-not-respect-tx Michael Howitz: When specifying --looponfail and --tx the latter gets ignored. I was trying to get --looponfail running for a buildout based project. With