From 69c5990bb193c9b50a0185000a71f899e9555211 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 29 Nov 2019 17:36:35 +0200 Subject: [PATCH] Disable tests for now Signed-off-by: David Abdurachmanov --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 5d1b65b..b91eaeb 100644 --- a/python3.spec +++ b/python3.spec @@ -55,7 +55,7 @@ License: Python %bcond_without optimizations # Run the test suite in %%check -%bcond_without tests +%bcond_with tests # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages)