From 147807553f1443444bbc17240c7cb33c2d64a78070d120bc4eb3c967a419dcb5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 24 Dec 2022 00:54:47 +0000 Subject: [PATCH] Accepting request 1045127 from home:bnavigator:branches:devel:languages:python - Skip a test failing because of missing libopenh264 support OBS-URL: https://build.opensuse.org/request/show/1045127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ffmpeg-python?expand=0&rev=9 --- python-ffmpeg-python.changes | 5 +++++ python-ffmpeg-python.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-ffmpeg-python.changes b/python-ffmpeg-python.changes index d8d22cd..1da31ac 100644 --- a/python-ffmpeg-python.changes +++ b/python-ffmpeg-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 23 23:19:11 UTC 2022 - Ben Greiner + +- Skip a test failing because of missing libopenh264 support + ------------------------------------------------------------------- Sun Jan 16 11:33:04 UTC 2022 - Ben Greiner diff --git a/python-ffmpeg-python.spec b/python-ffmpeg-python.spec index bbea351..2e1dcb8 100644 --- a/python-ffmpeg-python.spec +++ b/python-ffmpeg-python.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-ffmpeg-python Version: 0.2.0 @@ -58,12 +57,14 @@ sed -i 's/collections.Iterable/collections.abc.Iterable/' ffmpeg/_run.py %check # skip some tests since we do not have FFmpeg with mp4-support on the public OBS instance +# test__probe fails because of missing libopenh264 on plain openSUSE # test_pipe - fails on Leap due to too old FFmpeg -%pytest -k 'not (test__run or test__run__multi_output or test_pipe)' +%pytest -k 'not (test__run or test__run__multi_output or test_pipe or test__probe)' %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/ffmpeg* +%{python_sitelib}/ffmpeg +%{python_sitelib}/ffmpeg_python-%{version}*-info %changelog