1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/6b2daddff4f5/ changeset: 6b2daddff4f5 user: hpk42 date: 2012-08-01 09:10:40 summary: mark a test as xfailing on python2.5 affected #: 1 file diff -r 8359c8ab8465ccd75c6f1a77363a27e0623162d8 -r 6b2daddff4f58e4b2d2bfe64ab850d6ec3c77d9e testing/test_assertion.py --- a/testing/test_assertion.py +++ b/testing/test_assertion.py @@ -151,6 +151,7 @@ ]) +@pytest.mark.xfail("sys.version_info < (2,6)") def test_assert_compare_truncate_longmessage(testdir): testdir.makepyfile(r""" def test_long(): 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