[pypy-commit] pypy py3k: Skip this numpy cpyext test.

mjacob noreply at buildbot.pypy.org
Thu Nov 19 08:11:10 EST 2015


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3k
Changeset: r80772:ff2836f9a451
Date: 2015-11-19 13:32 +0100
http://bitbucket.org/pypy/pypy/changeset/ff2836f9a451/

Log:	Skip this numpy cpyext test.

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
@@ -355,6 +355,7 @@
         assert api.PyErr_Occurred() is None
 
     def test_ndarray_ref(self, space, api):
+        py.test.py3k_skip('Numpy not yet supported on py3k')
         w_obj = space.appexec([], """():
             import _numpypy
             return _numpypy.multiarray.dtype('int64').type(2)""")


More information about the pypy-commit mailing list