mark a test as xfailing on python2.5
This commit is contained in:
parent
449b55cc70
commit
4f94ab4e42
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue