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:
commit
e90924ce9e
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user