14
0
2021-02-04 16:56:43 +00:00
committed by Git OBS Bridge
parent 15f6418229
commit a15da5df33
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-daemon
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -66,7 +66,8 @@ sed -i '/docutils/d' setup.py
%check
# test_returns_standard_stream_file_descriptors fails
# 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'
# Test suite is completely broken, https://pagure.io/python-daemon/issue/53
%python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors and not test_returns_expected_result' || /bin/true
%files %{python_files}
%license LICENSE.ASF-2 LICENSE.GPL-3