[Pytest-commit] Issue #526: "ValueError: Plugin already registered" with symlinked copy (via `virtualenv .`) (hpk42/pytest)

2014-06-11 Thread Daniel Hahler
New issue 526: "ValueError: Plugin already registered" with symlinked copy (via `virtualenv .`) https://bitbucket.org/hpk42/pytest/issue/526/valueerror-plugin-already-registered-with Daniel Hahler: I have been running into an issue where virtualenv's `fix_local_scheme` (https://github.com/pypa/

[Pytest-commit] commit/py: 2 new changesets

2014-06-11 Thread commits-noreply
2 new commits in py: https://bitbucket.org/hpk42/py/commits/7358b67ed02d/ Changeset: 7358b67ed02d User:schlamar Date:2014-06-05 11:12:16 Summary: add start and exit hooks to ForkedFunc Affected #: 2 files diff -r dda77653de9d9aa84bfb9ca0e1a59498863563d1 -r 7358b67ed02d8f0b

[Pytest-commit] commit/py: hpk42: modified logic so hat it works on python3, also fixed the test

2014-06-11 Thread commits-noreply
1 new commit in py: https://bitbucket.org/hpk42/py/commits/efe89560c45d/ Changeset: efe89560c45d User:hpk42 Date:2014-06-11 21:38:42 Summary: modified logic so hat it works on python3, also fixed the test and the changelog entry. Affected #: 3 files diff -r af768db52bd077d1

[Pytest-commit] Issue #527: Show reason for skips in verbose mode on the terminal (hpk42/pytest)

2014-06-11 Thread Daniel Hahler
New issue 527: Show reason for skips in verbose mode on the terminal https://bitbucket.org/hpk42/pytest/issue/527/show-reason-for-skips-in-verbose-mode-on Daniel Hahler: I have seen py.test adding extra information to tests being skipped, but could not get it to work with a test which pytest_dja