From 9d9da322f1a02b4d0b171413db87fc060fcc2e95 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 1 Nov 2022 18:58:47 +0800 Subject: [PATCH] Test without xvfb-run --- python-cairocffi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-cairocffi.spec b/python-cairocffi.spec index bcf0b08..72264b4 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -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 1.3.0-2 +- Test without xvfb-run + * Mon Oct 17 2022 Ge Wang 1.3.0-1 - Upgrade to version 1.3.0 -- Gitee