1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/ddf448707b62/ changeset: r2172:ddf448707b62 user: hpk42 date: 2011-03-05 14:59:06 summary: avoid this test on pypy because syntax errors on pypy-1.4.1 are not precise it seems affected #: 1 file (56 bytes)
--- a/testing/test_skipping.py Sat Mar 05 14:31:01 2011 +0100 +++ b/testing/test_skipping.py Sat Mar 05 14:59:06 2011 +0100 @@ -471,6 +471,7 @@ "SKIP*four*", ]) +@pytest.mark.xfail("hasattr(sys, 'pypy_version_info')") def test_errors_in_xfail_skip_expressions(testdir): testdir.makepyfile(""" import pytest Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn