Author: Manuel Jacob <[email protected]>
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)""")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit