From 8c804503782195310a5237376c661a50971064c3 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 25 Mar 2024 10:17:40 +0800 Subject: [PATCH] Enable test Signed-off-by: Zhao Hang --- python-attrs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index b31560f..c0e7d05 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 3 %global modname attrs # Turn the tests off when bootstrapping Python, because pytest requires attrs -%bcond_with tests +%bcond_without tests Name: python-attrs Version: 22.2.0 @@ -59,6 +59,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Mon Mar 25 2024 Zhao Hang - 22.2.0-3 +- Enable tests + * Fri Mar 22 2024 Zhao Hang - 22.2.0-2 - Disable tests and ebuild with python3.11 -- Gitee