Author: Alex Gaynor <alex.gay...@gmail.com> Branch: Changeset: r72425:6b33956820cd Date: 2014-07-12 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6b33956820cd/
Log: merged upstream diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/micronumpy/test/test_scalar.py +++ b/pypy/module/micronumpy/test/test_scalar.py @@ -292,6 +292,7 @@ assert np.isnan(b/a) def test_scalar_iter(self): + skip('not implemented yet') from numpypy import int8, int16, int32, int64, float32, float64 for t in int8, int16, int32, int64, float32, float64: try: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit