Test without xvfb-run
This commit is contained in:
parent
92a2b9ceae
commit
9d9da322f1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user