diff options
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r-- | numpy/testing/nosetester.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index 024c6e25f..a776faa43 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -239,7 +239,7 @@ class NoseTester(object): # our way of doing coverage if coverage: argv+=['--cover-package=%s' % self.package_name, '--with-coverage', - '--cover-tests', '--cover-inclusive', '--cover-erase'] + '--cover-tests', '--cover-erase'] # construct list of plugins import nose.plugins.builtin from noseclasses import KnownFailure, Unplugger |