From ca7230f7a8fdef815e8578847d86daa240841d12 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 05:55:16 +0100 Subject: [PATCH] remove paralell coverage --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index be79862793..34528e2609 100644 --- a/tasks.py +++ b/tasks.py @@ -290,7 +290,7 @@ def coverage(c): manage(c, 'check') # Run coverage tests - c.run('coverage run {manage} test {apps} --parallel'.format( + c.run('coverage run {manage} test {apps}'.format( manage=managePyPath(), apps=' '.join(apps()) ))