Accepting request 837381 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/837381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=41
This commit is contained in:
commit
2519ca33e3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 15:46:33 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- raise test timeout limit to 5m and define an console encoding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 11:31:06 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@ -98,8 +98,9 @@ export CFLAGS="%{optflags}"
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%python_exec setup.py build_ext --inplace
|
||||
timeout 3m bash -c '
|
||||
timeout 5m bash -c '
|
||||
%pytest
|
||||
'
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user