[Pytest-commit] Issue #479: Race condition on SkipTest checks (hpk42/pytest)

2014-03-07 Thread Marc Schlaich
New issue 479: Race condition on SkipTest checks https://bitbucket.org/hpk42/pytest/issue/479/race-condition-on-skiptest-checks Marc Schlaich: There is a race condition in checking SkipTest: If the module with SkipTest (unittest or nose) was not imported before and a test module is raising

[Pytest-commit] Issue #161: Setting PYTHONHASHSEED can crash multiprocessing tests on Windows (hpk42/tox)

2014-03-18 Thread Marc Schlaich
New issue 161: Setting PYTHONHASHSEED can crash multiprocessing tests on Windows https://bitbucket.org/hpk42/tox/issue/161/setting-pythonhashseed-can-crash Marc Schlaich: See http://bugs.python.org/issue20954. I'm not sure how (and if) this can be handled gracefully in tox. My first ide

[Pytest-commit] Issue #162: Doc issue: Python 2.5 is still listed as compatible (hpk42/tox)

2014-03-20 Thread Marc Schlaich
New issue 162: Doc issue: Python 2.5 is still listed as compatible https://bitbucket.org/hpk42/tox/issue/162/doc-issue-python-25-is-still-listed-as Marc Schlaich: Please update the documentation. ___ pytest-commit mailing list pytest-commit

[Pytest-commit] Issue #201: Tox installs alpha version of coverage (hpk42/tox)

2014-11-04 Thread Marc Schlaich
New issue 201: Tox installs alpha version of coverage https://bitbucket.org/hpk42/tox/issue/201/tox-installs-alpha-version-of-coverage Marc Schlaich: `pip install coverage` installs current coverage version (3.7.1) while installing coverage via tox as `deps=coverage` installs coverage 4.0a1

[Pytest-commit] Issue #706: 2.7.0 broke pytest_load_initial_conftests in pytest-cov (pytest-dev/pytest)

2015-03-27 Thread Marc Schlaich
New issue 706: 2.7.0 broke pytest_load_initial_conftests in pytest-cov https://bitbucket.org/pytest-dev/pytest/issue/706/270-broke-pytest_load_initial_conftests-in Marc Schlaich: With 2.7.0 pytest_load_initial_conftests is not called in the pytest-cov plugin. This is the second test error in

[Pytest-commit] Issue #707: pytest-xdist regression since execnet 1.3.0 (pytest-dev/pytest)

2015-03-27 Thread Marc Schlaich
New issue 707: pytest-xdist regression since execnet 1.3.0 https://bitbucket.org/pytest-dev/pytest/issue/707/pytest-xdist-regression-since-execnet-130 Marc Schlaich: With the latest execnet release 1.3.0 a pytest-xdist test in pytest-cov fails with `ImportError: no module named py`. This is

[Pytest-commit] Issue #749: multiprocessing broken since 2.7.1 on Windows (pytest-dev/pytest)

2015-05-20 Thread Marc Schlaich
New issue 749: multiprocessing broken since 2.7.1 on Windows https://bitbucket.org/pytest-dev/pytest/issue/749/multiprocessing-broken-since-271-on Marc Schlaich: With pytest 2.7.1, Processes with multiprocessing don't start anymore, I'm seeing this in stdout: Traceback (most r