From 5258d1d1943c5f416fe693cc8f5c740e514c6f35 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Dec 19 2018 14:58:27 +0000 Subject: Run the testsuite in parallel, --findleaks runs in the CI --- 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 \