Author: mattip <[email protected]>
Branch:
Changeset: r80823:89f29652c2b2
Date: 2015-11-22 00:05 +0200
http://bitbucket.org/pypy/pypy/changeset/89f29652c2b2/
Log: unskip passing test
diff --git a/pypy/module/micronumpy/test/test_object_arrays.py
b/pypy/module/micronumpy/test/test_object_arrays.py
--- a/pypy/module/micronumpy/test/test_object_arrays.py
+++ b/pypy/module/micronumpy/test/test_object_arrays.py
@@ -114,9 +114,6 @@
def test_array_interface(self):
import numpy as np
- if self.runappdirect:
- skip('requires numpy.core, test with numpy test suite instead')
- import sys
class DummyArray(object):
def __init__(self, interface, base=None):
self.__array_interface__ = interface
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit