!6 Test without xvfb-run

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-01 11:08:31 +00:00 committed by Gitee
commit b2d5fed6fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-cairocffi
Version: 1.3.0
Release: 1
Release: 2
Summary: cffi-based cairo bindings for Python
License: BSD-3-Clause
URL: https://pypi.python.org/pypi/cairocffi/
@ -58,8 +58,7 @@ rm -rf %{srcname}.egg-info
%py3_install
%check
# test_xcb.py needs a display
xvfb-run %{__python3} setup.py test
%{__python3} setup.py test
%files -n python3-cairocffi
@ -69,6 +68,9 @@ xvfb-run %{__python3} setup.py test
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
%changelog
* Tue Nov 1 2022 liyanan <liyanan32@h-partners.com> 1.3.0-2
- Test without xvfb-run
* Mon Oct 17 2022 Ge Wang<wangge20@h-partners.com> 1.3.0-1
- Upgrade to version 1.3.0