Accepting request 832907 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/832907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2020-09-10 20:46:32 +00:00 committed by Git OBS Bridge
commit e90924ce9e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 7 11:31:06 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add timeout to tests (boo#1176232)
-------------------------------------------------------------------
Sat Aug 15 06:33:10 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@ -99,7 +99,9 @@ export CFLAGS="%{optflags}"
%if %{with tests}
%check
%python_exec setup.py build_ext --inplace
timeout 3m bash -c '
%pytest
'
%endif
%files %{python_files}