[Pytest-commit] Issue #423: Consecutive pytest.mark.skipif inside pytest.mark.parameterize (hpk42/pytest)

2014-01-16 Thread Ldiary Translations
New issue 423: Consecutive pytest.mark.skipif inside pytest.mark.parameterize https://bitbucket.org/hpk42/pytest/issue/423/consecutive-pytestmarkskipif-inside Ldiary Translations: Given the test module below which was derived from the documentation example: http://pytest.org/latest/parametrize.ht

[Pytest-commit] Issue #424: Running on multiple CPUs significantly slower (hpk42/pytest)

2014-01-16 Thread Trevor Bekolay
New issue 424: Running on multiple CPUs significantly slower https://bitbucket.org/hpk42/pytest/issue/424/running-on-multiple-cpus-significantly Trevor Bekolay: Before today, with `pytest-xdist`, `py.test -n X` would result in significant speedups. Today, it's significantly slower. ``` $ py.tes