Author: mattip <[email protected]>
Branch:
Changeset: r72423:22b576e6729a
Date: 2014-07-12 21:38 +1000
http://bitbucket.org/pypy/pypy/changeset/22b576e6729a/
Log: skip failing test pending implementation
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit