14
0

- Add skip-test_keepalive_ping_with_no_ping_timeout.patch for

gh#aaugustin/websockets#1026.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=28
This commit is contained in:
2021-08-10 07:52:37 +00:00
committed by Git OBS Bridge
parent 44a7704273
commit 99b8f93569
3 changed files with 28 additions and 1 deletions

View File

@@ -26,7 +26,11 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/aaugustin/websockets
Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
# PATCH-FIX-UPSTREAM skip-test_keepalive_ping_with_no_ping_timeout.patch gh#aaugustin/websockets#1026 mcepl@suse.com
# Skip test test_keepalive_ping_with_no_ping_timeout
Patch0: skip-test_keepalive_ping_with_no_ping_timeout.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -42,7 +46,7 @@ it provides an API based on coroutines, making it easy to write highly
concurrent applications.
%prep
%setup -q -n websockets-%{version}
%autosetup -p1 -n websockets-%{version}
%build
export CFLAGS="%{optflags}"