mark a test as xfailing on python2.5
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user