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
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
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
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
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
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
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