From d5fb5b632958f39c4c3e9f31f2c8c74d59ec482e Mon Sep 17 00:00:00 2001 From: Weisson Date: Mon, 25 Aug 2025 19:28:53 +0800 Subject: [PATCH] Disable check phase. Signed-off-by: Weisson --- python-dateutil.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index fe8e44b..9909434 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,5 +1,5 @@ -%define anolis_release 5 -%bcond_without tests +%define anolis_release 9999 +%bcond_with tests %global pypi_name dateutil Name: python-%{pypi_name} -- Gitee