Accepting request 730119 from devel:languages:python

- Disable test_large_stdout_stream as it randomly fails

OBS-URL: https://build.opensuse.org/request/show/730119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:07:06 +00:00 committed by Git OBS Bridge
commit bcb53f8020
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 11 11:50:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Disable test_large_stdout_stream as it randomly fails
-------------------------------------------------------------------
Fri Jul 19 10:15:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -61,7 +61,8 @@ find examples -type f -name "*.cgi" -exec sed -i "s|##!%{_bindir}/env python|##!
%check
export LANG=en_US.UTF-8
# test_bash https://github.com/pexpect/pexpect/issues/568
%pytest -k 'not test_bash'
# test_large_stdout_stream - random
%pytest -k 'not test_bash and not test_large_stdout_stream'
%files %{python_files}
%license LICENSE