From 5258d1d1943c5f416fe693cc8f5c740e514c6f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 10 Dec 2018 17:29:57 +0100 Subject: [PATCH] Run the testsuite in parallel, --findleaks runs in the CI --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index e194ab2..bb020fa 100644 --- a/python3.spec +++ b/python3.spec @@ -1066,7 +1066,7 @@ CheckPython() { # @unittest._expectedFailureInRpmBuild WITHIN_PYTHON_RPM_BUILD= \ LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ - -wW --slowest --findleaks \ + -wW --slowest -j0 \ -x test_distutils \ -x test_bdist_rpm \ -x test_gdb \