Accepting request 851871 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/851871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockets?expand=0&rev=11
This commit is contained in:
commit
36f43e5bcf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 10:59:12 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Remove Suggest python-asyncio, which is in Python 3 stdlib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -30,7 +30,6 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-asyncio
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -56,6 +55,8 @@ export CFLAGS="%{optflags}"
|
||||
%check
|
||||
# Test execution speed depends on BS load and architecture, relax
|
||||
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
|
||||
# https://github.com/aaugustin/websockets/issues/855 is an intermittent failure
|
||||
# for test_keepalive_ping_does_not_crash_when_connection_lost on s390x
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
|
||||
|
||||
%files %{python_files}
|
||||
|
Loading…
Reference in New Issue
Block a user