summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/tests/test_module_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/tests/test_module_module.py')
-rw-r--r--numpy/f2py/lib/tests/test_module_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/tests/test_module_module.py b/numpy/f2py/lib/tests/test_module_module.py
index 53348b5d8..0eec2f586 100644
--- a/numpy/f2py/lib/tests/test_module_module.py
+++ b/numpy/f2py/lib/tests/test_module_module.py
@@ -58,4 +58,4 @@ class TestM(TestCase):
foo()
if __name__ == "__main__":
- nose.run(argv=['', __file__])
+ run_module_suite()