From 335bd888b16072becfbd4af1f76643581e8532653fde0bf30ebc324f341b2d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:59:08 +0000 Subject: [PATCH] Accepting request 1006903 from home:favogt:branches:devel:languages:python - Drop outdated python36_ignore OBS-URL: https://build.opensuse.org/request/show/1006903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=48 --- python-cairocffi.changes | 5 +++++ python-cairocffi.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 3849b25..5940576 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 29 08:06:36 UTC 2022 - Fabian Vogt + +- Drop outdated python36_ignore + ------------------------------------------------------------------- Tue Sep 27 17:04:28 UTC 2022 - Markéta Machová diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 2dd9926..10b306e 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -91,9 +91,7 @@ sed -i 's/^from \./from cairocffi./' tests/*.py %check cd tests/ -# 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" +# 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_ignore} -k "not test_xcb_window" *.py %files %{python_files}