avoid this test on pypy because syntax errors on pypy-1.4.1 are not precise it seems
This commit is contained in:
parent
9c952b3ce0
commit
7e44c38570
|
@ -471,6 +471,7 @@ def test_reportchars(testdir):
|
|||
"SKIP*four*",
|
||||
])
|
||||
|
||||
@pytest.mark.xfail("hasattr(sys, 'pypy_version_info')")
|
||||
def test_errors_in_xfail_skip_expressions(testdir):
|
||||
testdir.makepyfile("""
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue