summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 29fbfb35..3e12c108 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -745,9 +745,8 @@ class ProcessTest(CoverageTest):
if env.JYTHON:
# Jython as of 2.7.1rc3 won't compile a filename that isn't utf8.
self.skipTest("Jython can't handle this test")
- if env.PYPY and env.PY3 and env.PYPYVERSION[:3] >= (7, 1, 1): # pragma: obscure
- # https://bitbucket.org/pypy/pypy/issues/3074/compile-fails-on-non-ascii-filename-if
- self.skipTest("Avoid getfilesystemencoding problem on pypy3")
+ if env.PYPY3 and env.PYPYVERSION >= (7, 1, 1): # pragma: obscure
+ self.xfail("https://bitbucket.org/pypy/pypy/issues/3074")
# LANG=C forces getfilesystemencoding on Linux to 'ascii', which causes
# failures with non-ascii file names. We don't want to make a real file
# with strange characters, though, because that gets the test runners