summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index c71d03432..ba3961bef 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -334,6 +334,7 @@ SKIP_LIST = [
"numpy.core.cversions",
"numpy.core.generate_numpy_api",
"numpy.distutils.msvc9compiler",
+ 'numpy.random.examples',
]
@@ -386,7 +387,7 @@ SKIP_LIST_2 = [
'numpy.matlib.fft',
'numpy.matlib.random',
'numpy.matlib.ctypeslib',
- 'numpy.matlib.ma'
+ 'numpy.matlib.ma',
]