[Pytest-commit] commit/pytest: Eric Siegerman: Doc typo

2015-05-04 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/c490ad387968/ Changeset: c490ad387968 Branch: pytest-2.7 User:Eric Siegerman Date:2015-05-01 15:18:17+00:00 Summary: Doc typo Affected #: 1 file diff -r 13b32b864565690c56777a989558772303347e50 -r

[Pytest-commit] commit/pytest: hpk42: Merged in famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 (pull request #288)

2015-05-04 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/f78c26828b71/ Changeset: f78c26828b71 User:hpk42 Date:2015-05-04 12:28:32+00:00 Summary: Merged in famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 (pull request #28

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

2015-05-04 Thread commits-noreply
2 new commits in pytest: https://bitbucket.org/pytest-dev/pytest/commits/aaca1518a32a/ Changeset: aaca1518a32a Branch: famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 User:famousgarkin Date:2015-05-01 04:13:06+00:00 Summary: monkeypatch.chdir docstring

[Pytest-commit] [FAIL] pytest - # 107

2015-05-04 Thread Drone.io Build
Build Failed Build : https://drone.io/bitbucket.org/pytest-dev/pytest/107 Project: https://drone.io/bitbucket.org/pytest-dev/pytest Repository : https://bitbucket.org/pytest-dev/pytest Version: 3977:c490ad387968 Author : Eric Siegerman Branch : pytest-2.7 Message: Doc typo

[Pytest-commit] [FAIL] pytest - # 108

2015-05-04 Thread Drone.io Build
Build Failed Build : https://drone.io/bitbucket.org/pytest-dev/pytest/108 Project: https://drone.io/bitbucket.org/pytest-dev/pytest Repository : https://bitbucket.org/pytest-dev/pytest Version: 4225:f78c26828b71 Author : holger krekel Branch : default Message: Merged in fa

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

2015-05-04 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/c51e16686f21/ Changeset: c51e16686f21 User:stevepiercy Date:2015-04-30 21:11:53+00:00 Summary: grammar fix Affected #: 1 file diff -r 273d12589a2548f4a0603da9d82ade8a284d4196 -r c51e16686f21ff29938f3801ffcbb9ed4

[Pytest-commit] commit/tox: hpk42: Merged in stevepiercy/tox (pull request #150)

2015-05-04 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/868a79b11ff5/ Changeset: 868a79b11ff5 User:hpk42 Date:2015-05-04 12:40:47+00:00 Summary: Merged in stevepiercy/tox (pull request #150) grammar fix Affected #: 1 file diff -r a0c25fab52d76a62bafba137710ab8ec4e57c9

[Pytest-commit] Issue #736: Parametrized argument named similarly to fixture (contains it) breaks that fixture's parametrization (pytest-dev/pytest)

2015-05-04 Thread Jacobo Giralt
New issue 736: Parametrized argument named similarly to fixture (contains it) breaks that fixture's parametrization https://bitbucket.org/pytest-dev/pytest/issue/736/parametrized-argument-named-similarly-to Jacobo Giralt: ``` #!python import pytest @pytest.fixture(params=[1,2,3]) def foo(reque