From a70bdba5bb750c949a21c337480ecf0b354c73e51cd2fd5d7deb7d6f8b855af4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 30 Oct 2021 12:32:16 +0000 Subject: [PATCH] - The test suite is temporarily broken on Python 3.9.7 (gh#aaugustin/websockets#1051). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=31 --- python-websockets.changes | 4 ++-- python-websockets.spec | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python-websockets.changes b/python-websockets.changes index b367d90..94f17b1 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -50,8 +50,8 @@ Fri Oct 29 05:31:17 UTC 2021 - Matej Cepl - Bug fixes - Avoided a crash when receiving a ping while the connection is closing. -- The test suite is temporarily suspended as it is completely - broken (gh#aaugustin/websockets#1081). +- The test suite is temporarily broken on Python 3.9.7 + (gh#aaugustin/websockets#1051). ------------------------------------------------------------------- Wed Aug 11 09:17:13 UTC 2021 - Matej Cepl diff --git a/python-websockets.spec b/python-websockets.spec index 07f74de..23683eb 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -19,6 +19,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 +# gh#aaugustin/websockets#1051 +%define skip_python39 1 Name: python-websockets Version: 10.0 Release: 0 @@ -60,7 +62,7 @@ export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=10 # https://github.com/aaugustin/websockets/issues/855 is an intermittent failure # for test_keepalive_ping_does_not_crash_when_connection_lost on s390x # export PYTHONWARNINGS=default -%pyunittest_arch -v || /bin/true +%pyunittest_arch -v %files %{python_files} %license LICENSE