Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r84320:93c3da9adab4
Date: 2016-05-09 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/93c3da9adab4/

Log:    Use an xfail, to be nice

diff --git a/pypy/module/cpyext/test/test_typeobject.py 
b/pypy/module/cpyext/test/test_typeobject.py
--- a/pypy/module/cpyext/test/test_typeobject.py
+++ b/pypy/module/cpyext/test/test_typeobject.py
@@ -922,6 +922,7 @@
         else:
             raise AssertionError("did not get TypeError!")
 
+    @pytest.mark.xfail
     def test_call_tp_dealloc_when_created_from_python(self):
         import gc
         module = self.import_extension('foo', [
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to