Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to