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

2013-09-06 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/9a1898a79154/ Changeset: 9a1898a79154 Branch: glarrain/readme-removed-duplicated-line-1378443596400 User:glarrain Date:2013-09-06 07:00:04 Summary: README: removed duplicated line Affected #: 1 file diff -r

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

2013-09-06 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/902e8493c89d/ Changeset: 902e8493c89d User:hpk42 Date:2013-09-05 22:32:35 Summary: another way how bash reacts when no argcomplete is there? Affected #: 1 file diff -r 3e3e5213be60c60131b8051805946a8f0822fb

[Pytest-commit] commit/pytest: hpk42: fix issue352: fix reference to py.path.local description in tmpdir documentation

2013-09-06 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/5c8cf890c3b7/ Changeset: 5c8cf890c3b7 User:hpk42 Date:2013-09-06 12:16:05 Summary: fix issue352: fix reference to py.path.local description in tmpdir documentation (generally to be found at http://pytest.org/

[Pytest-commit] commit/pytest: hpk42: fix

2013-09-06 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/1200d39c921f/ Changeset: 1200d39c921f User:hpk42 Date:2013-09-06 12:32:55 Summary: fix https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because

[Pytest-commit] commit/pytest: hpk42: add nose.SkipTest for python2.6 -- which apparently is a subclass from python2.7 on.

2013-09-06 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/2596c9358665/ Changeset: 2596c9358665 User:hpk42 Date:2013-09-06 12:48:54 Summary: add nose.SkipTest for python2.6 -- which apparently is a subclass from python2.7 on. addresses issue236 Affected #: 1 file

[Pytest-commit] commit/pytest: hpk42: make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed

2013-09-06 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/8ccfe395100d/ Changeset: 8ccfe395100d User:hpk42 Date:2013-09-06 15:29:00 Summary: make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed anymore), turning ``pytest.set_trace()`` into