From 85e0e764df9f6d522103fa40c0b68316dae4d769 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 May 2016 15:34:42 +0200 Subject: [PATCH 1/1] nose2.cfg: set multiprocess always-on=false (fixes coverage, pass -N to speed up) --- nose2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose2.cfg b/nose2.cfg index ca85bd29..d1be6d8f 100644 --- a/nose2.cfg +++ b/nose2.cfg @@ -3,4 +3,4 @@ start-dir = python/tests/ plugins = nose2.plugins.mp [multiprocess] -always-on = true +always-on = false -- 2.11.0