14
0

Accepting request 702977 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/702977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-daemon?expand=0&rev=21
This commit is contained in:
2019-05-16 20:06:41 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 14 20:34:45 UTC 2019 - Jonathan <jharker@suse.com>
- Skip broken test
-------------------------------------------------------------------
Wed Apr 24 11:01:35 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -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