Author: Philip Jenvey <[email protected]>
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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit