From a2009ed037164ed31573de770ea572a201ad31fb414a16df7076c698fb4a04f0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Oct 2024 08:13:06 +0000 Subject: [PATCH] =?UTF-8?q?-=20Readd=20disabling=20test=5Fxcb=20tests.=20P?= =?UTF-8?q?lease,=20don=E2=80=99t=20reenable=20until=20=20=20gh#Kozea/cair?= =?UTF-8?q?ocffi#203=20is=20fixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=62 --- python-cairocffi.changes | 6 ++++++ python-cairocffi.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 52e4195..0516ce1 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 2 08:12:05 UTC 2024 - Matej Cepl + +- Readd disabling test_xcb tests. Please, don’t reenable until + gh#Kozea/cairocffi#203 is fixed. + ------------------------------------------------------------------- Wed Jun 19 07:38:34 UTC 2024 - Michael Vetter diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 777ac11..a8c3c9e 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -81,7 +81,7 @@ This package provides the optional gdk-pixbuf image loader module. %check # Switch off test_xcb_window (gh#Kozea/cairocffi#203) -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest +%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest --ignore cairocffi/test_xcb.py %files %{python_files} %license LICENSE