From 8c470d9751cfe34d5e16b4d2f04dd76051bf309a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 26 Oct 2008 18:39:02 +0100 Subject: [PATCH] ignore CmdLine.py in coverage tests --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index a954ea19..7538cf70 100644 --- a/runtests.py +++ b/runtests.py @@ -583,7 +583,7 @@ if __name__ == '__main__': if options.coverage: coverage.stop() - ignored_modules = ('Options', 'Version', 'DebugFlags') + ignored_modules = ('Options', 'Version', 'DebugFlags', 'CmdLine') modules = [ module for name, module in sys.modules.items() if module is not None and name.startswith('Cython.Compiler.') and -- 2.26.2