Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r69815:99278bb89bd8
Date: 2014-03-09 08:34 +0100
http://bitbucket.org/pypy/pypy/changeset/99278bb89bd8/

Log:    oups

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
@@ -590,7 +590,7 @@
         raises(ValueError, bool, module.newInt(-42))
 
     def test_tp_new_in_subclass_of_type(self):
-        py.test.skip("BROKEN")
+        skip("BROKEN")
         module = self.import_module(name='foo3')
         print 'calling module.Type()...'
         module.Type("X", (object,), {})
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to