!2 【轻量级 PR】:Fix test issue
From: @xiyuanwang Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
f33ec3a2e8
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-opentracing
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: OpenTracing API for Python. See documentation at http://opentracing.io
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/opentracing/opentracing-python
|
||||
@ -69,7 +69,7 @@ mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
pytest
|
||||
pytest-3
|
||||
|
||||
%files -n python3-opentracing -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
@ -79,5 +79,7 @@ pytest
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 11 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 2.4.0-2
|
||||
- Fix test issue
|
||||
* Fri Jul 30 2021 OpenStack_SIG <openstack@openeuler.org> - 2.4.0-1
|
||||
- Package Spec generate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user