[pypy-commit] pypy py3k: fix

pjenvey noreply at buildbot.pypy.org
Wed Jul 24 22:20:47 CEST 2013


Author: Philip Jenvey <pjenvey at 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>


More information about the pypy-commit mailing list