From 390d524690b0a73d98f1608618f3251b9ad98d82 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 29 Sep 2016 16:19:02 +0200 Subject: [PATCH] Disable test suite --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index b0d8d7a..2107279 100644 --- a/python3.spec +++ b/python3.spec @@ -86,7 +86,7 @@ %global with_computed_gotos yes # Turn this to 0 to turn off the "check" phase: -%global run_selftest_suite 1 +%global run_selftest_suite 0 # We want to byte-compile the .py files within the packages using the new # python3 binary.