[pypy-commit] pypy numpy-back-to-applevel: skip that test

fijal noreply at buildbot.pypy.org
Thu Jan 26 12:59:09 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-back-to-applevel
Changeset: r51789:e96e525cc103
Date: 2012-01-26 13:49 +0200
http://bitbucket.org/pypy/pypy/changeset/e96e525cc103/

Log:	skip that test

diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronumpy/test/test_dtypes.py
+++ b/pypy/module/micronumpy/test/test_dtypes.py
@@ -378,5 +378,6 @@
         assert b.m() == 12
 
     def test_long_as_index(self):
+        skip("waiting for removal of multimethods of __index__")
         from _numpypy import int_
         assert (1, 2, 3)[int_(1)] == 2


More information about the pypy-commit mailing list