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

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/77b0a734de06/ Changeset: 77b0a734de06 User:hpk42 Date:2013-11-19 09:20:50 Summary: fix issues link Affected #: 1 file diff -r fbff0a016b3bff6d6ccfa36f66249508689b7ee8 -r 77b0a734de063196acea35e63c0ece16078c

[Pytest-commit] commit/pytest: hpk42: fix pexpect-3.0 compatibility for pytest's own tests.

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/304f9f212ae3/ Changeset: 304f9f212ae3 User:hpk42 Date:2013-11-19 10:10:27 Summary: fix pexpect-3.0 compatibility for pytest's own tests. (fixes issue386) Affected #: 4 files diff -r 77b0a734de063196acea35e63

[Pytest-commit] [Broken] hpk42/pytest#48 (master - f5003f2)

2013-11-19 Thread Travis CI
Build Update for hpk42/pytest - Build: #48 Status: Broken Duration: 5 minutes and 16 seconds Commit: f5003f2 (master) Author: holger krekel Message: fix issues link View the changeset: https://github.com/hpk42/pytest/compare/6a18795d6c38...f5003f2a1fef View

[Pytest-commit] commit/pytest: RonnyPfannschmidt: fix issue384 by removing the trial support code

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/ba546e167318/ Changeset: ba546e167318 User:RonnyPfannschmidt Date:2013-11-19 10:58:24 Summary: fix issue384 by removing the trial support code Affected #: 3 files diff -r 304f9f212ae373dbb55129b41b88e413bace

[Pytest-commit] commit/pytest: hpk42: xfail a test on pypy that checks wrong encoding/ascii (pypy does

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/d1418860dd4a/ Changeset: d1418860dd4a User:hpk42 Date:2013-11-19 11:18:51 Summary: xfail a test on pypy that checks wrong encoding/ascii (pypy does not error out). fixes issue385. also re-enable pypy tests in

[Pytest-commit] commit/pytest: RonnyPfannschmidt: add missing importorskip

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/20a35e86eff1/ Changeset: 20a35e86eff1 User:RonnyPfannschmidt Date:2013-11-19 12:21:47 Summary: add missing importorskip Affected #: 1 file diff -r d1418860dd4a5dc8ed88ff2104e8e9b1801477e1 -r 20a35e86eff1895

[Pytest-commit] commit/pytest: hpk42: fix issue380 by making --resultlog only rely on longrepr instead

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/b1bd58344edd/ Changeset: b1bd58344edd User:hpk42 Date:2013-11-19 14:19:29 Summary: fix issue380 by making --resultlog only rely on longrepr instead of the "reprcrash" attribute which only exists sometimes. Aff

[Pytest-commit] commit/pytest: hpk42: don't hide an ImportError when importing a plugin produces one.

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/f9e200cee8f7/ Changeset: f9e200cee8f7 User:hpk42 Date:2013-11-19 14:45:51 Summary: don't hide an ImportError when importing a plugin produces one. fixes issue375. Affected #: 3 files diff -r b1bd58344eddcb77

[Pytest-commit] commit/pytest: hpk42: internally make varnames() deal with classes's __init__,

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/282e0cca851c/ Changeset: 282e0cca851c User:hpk42 Date:2013-11-19 15:33:52 Summary: internally make varnames() deal with classes's __init__, although it's not needed by pytest itself atm. Also fix caching. Fi

[Pytest-commit] commit/pytest: hpk42: fix ordering when mock.patch or other standard decorator-wrappings

2013-11-19 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/f0e54be5f8ea/ Changeset: f0e54be5f8ea User:hpk42 Date:2013-11-19 23:22:27 Summary: fix ordering when mock.patch or other standard decorator-wrappings are used with test methods. This fixues issue346. Thanks