Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r65630:793c108ac10f
Date: 2013-07-24 13:20 -0700
http://bitbucket.org/pypy/pypy/changeset/793c108ac10f/

Log:    fix

diff --git a/pypy/module/cpyext/test/test_structseq.py 
b/pypy/module/cpyext/test/test_structseq.py
--- a/pypy/module/cpyext/test/test_structseq.py
+++ b/pypy/module/cpyext/test/test_structseq.py
@@ -6,7 +6,7 @@
 
 class AppTestStructSeq(AppTestCpythonExtensionBase):
     def test_StructSeq(self):
-        py.test.skip("XXX: https://bugs.pypy.org/issue1557";)
+        skip("XXX: https://bugs.pypy.org/issue1557";)
         module = self.import_extension('foo',
         prologue="""
             #include <structseq.h>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to