From ff5801d5e022ee285fc9d518b1489cb675c35bec6bb586ce8d53abeef637f941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 May 2019 20:38:53 +0000 Subject: [PATCH] Accepting request 702976 from home:jesusaur:branches:devel:languages:python - Skip broken test OBS-URL: https://build.opensuse.org/request/show/702976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=24 --- python-python-daemon.changes | 5 +++++ python-python-daemon.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 211b9c9..b0d7fb0 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 14 20:34:45 UTC 2019 - Jonathan + +- Skip broken test + ------------------------------------------------------------------- Wed Apr 24 11:01:35 CEST 2019 - Matej Cepl diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 0f8a6d3..000d66b 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -64,7 +64,8 @@ sed -i '/docutils/d' setup.py %check # test_returns_standard_stream_file_descriptors fails -%python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors' +# test_returns_expected_result fails with distutils error +%python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors and not test_returns_expected_result' %files %{python_files} %license LICENSE.ASF-2 LICENSE.GPL-3