[Pytest-commit] commit/pytest-cache: hpk42: clarify licensing

2014-03-04 Thread commits-noreply
1 new commit in pytest-cache: https://bitbucket.org/hpk42/pytest-cache/commits/d588ecf39349/ Changeset: d588ecf39349 User:hpk42 Date:2014-03-04 13:43:47 Summary: clarify licensing Affected #: 1 file diff -r ab97c6fb41570529cef4a95a40ac00152dd09d6f -r d588ecf39349e70d62cc19

[Pytest-commit] Issue #154: Allow user configuration outside of tox.ini (hpk42/tox)

2014-03-04 Thread radeex
New issue 154: Allow user configuration outside of tox.ini https://bitbucket.org/hpk42/tox/issue/154/allow-user-configuration-outside-of-toxini radeex: I would like to override the "toxworkdir" config option without editing a project's tox.ini. As far as I can tell, there's no mechanism to allow

[Pytest-commit] Issue #472: skipif documentation has broken example using pytest.config (hpk42/pytest)

2014-03-04 Thread Wichert Akkerman
New issue 472: skipif documentation has broken example using pytest.config https://bitbucket.org/hpk42/pytest/issue/472/skipif-documentation-has-broken-example Wichert Akkerman: The [skip and xfail](https://pytest.org/latest/skipping.html) documentation has an example at the end of the page show

[Pytest-commit] Issue #473: Cannot use @mark and multiple @patch class decorators (hpk42/pytest)

2014-03-04 Thread Dan Kinder
New issue 473: Cannot use @mark and multiple @patch class decorators https://bitbucket.org/hpk42/pytest/issue/473/cannot-use-mark-and-multiple-patch-class Dan Kinder: Forgive me if this isn't intended to work, but I imagine it should. This small test works: ``` #!python from pytest import mark f