diff options
Diffstat (limited to 'numpy/tests')
-rw-r--r-- | numpy/tests/test_ctypeslib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_ctypeslib.py b/numpy/tests/test_ctypeslib.py index 12e4dce01..f17860db4 100644 --- a/numpy/tests/test_ctypeslib.py +++ b/numpy/tests/test_ctypeslib.py @@ -85,4 +85,4 @@ class TestNdpointer(TestCase): if __name__ == "__main__": - nose.run(argv=['', __file__]) + run_module_suite() |