14
0

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
This commit is contained in:
Tomáš Chvátal
2019-05-14 20:38:53 +00:00
committed by Git OBS Bridge
parent f8704050f7
commit ff5801d5e0
2 changed files with 7 additions and 1 deletions

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