From e18a23914982681cd97e586ecbaf818faf28d269 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 4 Apr 2023 16:37:03 +0800 Subject: [PATCH] disable test --- python-requests.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 5d2250e..2ab9482 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,5 +1,5 @@ %define anolis_release 1 -%bcond_without tests +%bcond_with tests Name: python-requests @@ -91,6 +91,9 @@ sed -i 's/ --doctest-modules//' pyproject.toml %doc README.md HISTORY.md %changelog +* Tue Apr 04 2023 mgb01105731 - 2.28.2-2 +- disable test + * Wed Feb 22 2023 mgb01105731 - 2.28.2-1 - update to version 2.28.2 -- Gitee