[pypy-commit] pypy default: skip one more object non-implemented feature

mattip noreply at buildbot.pypy.org
Thu Apr 23 21:25:10 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r76906:86b0eb2de56f
Date: 2015-04-23 22:24 +0300
http://bitbucket.org/pypy/pypy/changeset/86b0eb2de56f/

Log:	skip one more object non-implemented feature

diff --git a/pypy/module/micronumpy/test/test_selection.py b/pypy/module/micronumpy/test/test_selection.py
--- a/pypy/module/micronumpy/test/test_selection.py
+++ b/pypy/module/micronumpy/test/test_selection.py
@@ -218,6 +218,7 @@
 
     def test_sort_objects(self):
         # test object array sorts.
+        skip('object type not supported yet')
         from numpy import empty
         try:
             a = empty((101,), dtype=object)


More information about the pypy-commit mailing list