Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cairocffi for
openSUSE:Factory checked in at 2022-08-23 14:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cairocffi (Old)
and /work/SRC/openSUSE:Factory/.python-cairocffi.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cairocffi"
Tue Aug 23 14:25:34 2022 rev:21 rq:998513 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cairocffi/python-cairocffi.changes
2022-08-21 14:10:49.106399040 +0200
+++
/work/SRC/openSUSE:Factory/.python-cairocffi.new.2083/python-cairocffi.changes
2022-08-23 14:25:39.899096476 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 21:23:34 UTC 2022 - Matej Cepl <[email protected]>
+
+- Disable xcb tests (they are just too unstable,
+ gh#Kozea/cairocffi#203).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cairocffi.spec ++++++
--- /var/tmp/diff_new_pack.91nn4p/_old 2022-08-23 14:25:40.423097630 +0200
+++ /var/tmp/diff_new_pack.91nn4p/_new 2022-08-23 14:25:40.427097638 +0200
@@ -87,7 +87,10 @@
%check
cd tests/
-%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run
--server-args="-screen 0 1280x1024x16" $python -B -m pytest
+# Don't test with NumPy in the python36 flavor, because python36-numpy is not
in TW anymore
+# Switch off test_xcb tests gh#Kozea/cairocffi#203
+python36_ignore="--ignore test_numpy.py --ignore test_xcb.py"
+%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run
--server-args="-screen 0 1280x1024x16" $python -m pytest ${$python_ignore}
%files %{python_files}
%license LICENSE