14
0

Accepting request 1002505 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1002505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocess-tee?expand=0&rev=3
This commit is contained in:
2022-09-11 19:57:34 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 11 08:51:09 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Temporarily disable the failing test test_rich_console_ex to prevent a build fail
reported upstream: https://github.com/pycontribs/subprocess-tee/issues/58
-------------------------------------------------------------------
Thu Mar 31 09:15:47 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -59,7 +59,7 @@ to provide instant feedback (progress) related to what is happening.
%check
# program "molecule" is no available in openSUSE. But this test is platform-independent, so not required
%pytest -k 'not test_molecule'
%pytest -k 'not test_molecule and not test_rich_console_ex'
%files %{python_files}
%{python_sitelib}/subprocess_tee/