From f7bbce015fc19f905e347aeb3ad6760f9aa40e23 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 28 Mar 2023 21:02:36 +0800 Subject: [PATCH] disable check --- python3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 98ef6e8..eb17a57 100644 --- a/python3.spec +++ b/python3.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global pybasever 3.10 # pybasever without the dot: @@ -56,7 +56,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) @@ -1428,6 +1428,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Mar 28 2023 happy_orange - 3.10.10-4 +- disable check + * Fri Mar 17 2023 happy_orange - 3.10.10-3 - remove the wrong buildrequires -- Gitee