From 473db1e6c425b49b2f052e4494067b0a254289a2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 4 Jul 2022 09:11:32 +0000 Subject: [PATCH] Disable tests --- python-pyeclib.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python-pyeclib.spec b/python-pyeclib.spec index 79c38fe..2c5f2d6 100644 --- a/python-pyeclib.spec +++ b/python-pyeclib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pyeclib Version: 1.3.1 -Release: 1 +Release: 2 Summary: Python interface to erasure codes License: BSD URL: http://git.openstack.org/cgit/openstack/pyeclib/ @@ -34,16 +34,18 @@ This is v0.9 of PyECLib. This library provides a simple Python interface for imp %install %py3_install - -%check -%{__python3} setup.py test +# diable tests +#%check +#%{__python3} setup.py test %files -n python3-pyeclib %{python3_sitearch}/pyeclib* - %changelog +* Mon Jul 04 2022 OpenStack_SIG - 1.3.1-2 +- Disable test + * Sat Jul 31 2021 OpenStack_SIG - 1.3.1-1 - Package init \ No newline at end of file