Author: Matti Picus <matti.pi...@gmail.com>
Branch: release-pypy3.5-v5.9.x
Changeset: r93644:3f6eaa010fce
Date: 2018-01-10 16:58 +0200
http://bitbucket.org/pypy/pypy/changeset/3f6eaa010fce/

Log:    missed this skip in the merge

diff --git a/pypy/module/cpyext/test/test_eval.py 
b/pypy/module/cpyext/test/test_eval.py
--- a/pypy/module/cpyext/test/test_eval.py
+++ b/pypy/module/cpyext/test/test_eval.py
@@ -344,6 +344,7 @@
                     return module.get_flags()""", ns)
         assert ns['nested_flags']() == (0, 0)
 
+    @pytest.mark.xfail("sys.platform == 'win32'", reason='Hangs the process', 
run=False)
     def test_recursive_function(self):
         module = self.import_extension('foo', [
             ("call_recursive", "METH_NOARGS",
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to