mark a test as xfailing on python2.5

This commit is contained in:
holger krekel 2012-08-01 09:10:40 +02:00
parent 449b55cc70
commit 4f94ab4e42
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ def test_sequence_comparison_uses_repr(testdir):
])
@pytest.mark.xfail("sys.version_info < (2,6)")
def test_assert_compare_truncate_longmessage(testdir):
testdir.makepyfile(r"""
def test_long():