Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r93438:61fa4de7d9bb
Date: 2017-12-16 05:15 +0000
http://bitbucket.org/pypy/pypy/changeset/61fa4de7d9bb/
Log: xfail test
diff --git a/pypy/tool/pytest/test/test_appsupport.py
b/pypy/tool/pytest/test/test_appsupport.py
--- a/pypy/tool/pytest/test/test_appsupport.py
+++ b/pypy/tool/pytest/test/test_appsupport.py
@@ -1,3 +1,4 @@
+import pytest
import sys
import py
import pypy
@@ -35,6 +36,7 @@
])
class TestSpaceConfig:
+ @pytest.mark.xfail(reason="Can't check config with -A in pypy3")
def test_applevel_skipped_on_cpython_and_spaceconfig(self, testdir):
setpypyconftest(testdir)
testdir.makepyfile("""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit