Author: mattip <matti.pi...@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) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit