nose2.cfg: set multiprocess always-on=false (fixes coverage, pass -N to speed up)
authorPaul Brossier <piem@piem.org>
Sun, 15 May 2016 13:34:42 +0000 (15:34 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 15 May 2016 13:34:42 +0000 (15:34 +0200)
nose2.cfg

index ca85bd2..d1be6d8 100644 (file)
--- a/nose2.cfg
+++ b/nose2.cfg
@@ -3,4 +3,4 @@ start-dir = python/tests/
 plugins = nose2.plugins.mp
 
 [multiprocess]
 plugins = nose2.plugins.mp
 
 [multiprocess]
-always-on = true
+always-on = false