File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ diff -x build -x '*.pyc' -x '*.swp' -Naur numpy-1.7.1.orig/numpy/core/src/privat
39
39
#endif
40
40
diff -x build -x '*.pyc' -x '*.swp' -Naur numpy-1.7.1.orig/numpy/testing/__init__.py numpy-1.7.1/numpy/testing/__init__.py
41
41
--- numpy-1.7.1.orig/numpy/testing/__init__.py 2013-04-07 07:04:05.000000000 +0200
42
- +++ numpy-1.7.1/numpy/testing/__init__.py 2013-05-03 11:05:57.620492127 +0200
43
- @@ -1,15 +1,5 @@
42
+ +++ numpy-1.7.1/numpy/testing/__init__.py 2013-05-03 11:09:29.316488099 +0200
43
+ @@ -1,15 +1,7 @@
44
44
- """Common test support for all numpy test scripts.
45
45
-
46
46
- This single module should provide all the common functionality for numpy tests
@@ -57,6 +57,8 @@ diff -x build -x '*.pyc' -x '*.swp' -Naur numpy-1.7.1.orig/numpy/testing/__init_
57
57
- from nosetester import run_module_suite
58
58
+ # fake tester, android don't have unittest
59
59
+ class Tester(object):
60
- + def test(self):
60
+ + def test(self, *args, **kwargs):
61
+ + pass
62
+ + def bench(self, *args, **kwargs):
61
63
+ pass
62
64
test = Tester().test
You can’t perform that action at this time.
0 commit comments