[Pytest-commit] Issue #576: Random test failures on windows after editing a python file (hpk42/pytest)

2014-09-01 Thread pombredanne
New issue 576: Random test failures on windows after editing a python file https://bitbucket.org/hpk42/pytest/issue/576/random-test-failures-on-windows-after pombredanne: I get random failures on windows only (not on mac and not on linux) with win7 and Python 2.7.8 and py.test 2.6.1. This heise

[Pytest-commit] commit/pytest: gutworth: improvements to rewrite cache invalidation

2014-09-01 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/a433de9ca4f0/ Changeset: a433de9ca4f0 User:gutworth Date:2014-09-01 22:51:27 Summary: improvements to rewrite cache invalidation - stat the source path before it is read. - Validate the source size in additio

[Pytest-commit] commit/pytest: gutworth: remove debugging turd

2014-09-01 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/570b7b6fd39f/ Changeset: 570b7b6fd39f User:gutworth Date:2014-09-01 22:51:44 Summary: remove debugging turd Affected #: 1 file diff -r a433de9ca4f04e4f4f433ef9e80a5d93790c2f4f -r 570b7b6fd39fe56ca66d82dd8e3

[Pytest-commit] Issue #577: assert rewritereinterp failure with tripple quotes (hpk42/pytest)

2014-09-01 Thread Ronny Pfannschmidt
New issue 577: assert rewritereinterp failure with tripple quotes https://bitbucket.org/hpk42/pytest/issue/577/assert-rewritereinterp-failure-with Ronny Pfannschmidt: ``` #!python """ """ def test_wtf(): assert 0 """ """ a = 1 ``` yields a syntaxerror in any assert mode other than plain