From 99ab18e2ae4ffde80be9673e625bbf01c204b3b0 Mon Sep 17 00:00:00 2001
From: FFrog <ljw1101.vip@gmail.com>
Date: Tue, 19 Jul 2022 17:03:10 +0800
Subject: [PATCH] Remove the check due to nosecover which has been removed from
 openEuler

---
 python-smmap.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/python-smmap.spec b/python-smmap.spec
index d2e9b50..1217a32 100644
--- a/python-smmap.spec
+++ b/python-smmap.spec
@@ -1,7 +1,7 @@
 %global _empty_manifest_terminate_build 0
 Name:           python-smmap
 Version:        3.0.5
-Release:        2
+Release:        3
 Summary:        A pure Python implementation of a sliding window memory map manager
 License:        BSD
 URL:            https://github.com/gitpython-developers/smmap
@@ -66,9 +66,6 @@ popd
 mv %{buildroot}/filelist.lst .
 mv %{buildroot}/doclist.lst .
 
-%check
-%{__python3} setup.py test
-
 %files -n python3-smmap -f filelist.lst
 %dir %{python3_sitelib}/*
 
@@ -76,6 +73,9 @@ mv %{buildroot}/doclist.lst .
 %{_docdir}/*
 
 %changelog
+* Tue Jul 19 2022 lijiawei<ljw1101.vip@gmail.com> - 3.0.5-3
+- Remove the check due to nosecover which has been removed from openEuler
+
 * Fri Feb 11 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 3.0.5-2
 - Remove nosecover BuildRequire since the required nose library has been removed from openEuler already.
 
-- 
Gitee