From 01e0b2eff9a636a776033d77b1158676da320a71 Mon Sep 17 00:00:00 2001 From: dgarcia <> Date: Fri, 26 May 2023 18:14:24 +0000 Subject: [PATCH] Update python-websockets to version 11.0.3 / rev 22 via SR 1088821 https://build.opensuse.org/request/show/1088821 by user dgarcia + dimstar_suse - Run tests with pytest - Disable flaky test gh#python-websockets/websockets#1322 --- packages/p/python-websockets/.files | Bin 185 -> 185 bytes packages/p/python-websockets/.rev | 10 ++++++++++ .../python-websockets/python-websockets.changes | 6 ++++++ .../p/python-websockets/python-websockets.spec | 8 ++------ 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/packages/p/python-websockets/.files b/packages/p/python-websockets/.files index c7a60c363048500ece952abee07e0450ff1bf13c..0cee134a88565ce7bf5ff8348dc7c94b1ee689a4 100644 GIT binary patch delta 92 zcmV~$!3}^Q3;;lg@q;U9;sPenLZ#aX6y7Gf2!9u0JMV@b`naFh&Sp|dO=d@72`NFT qw)mQ%CC@&KhHEef-=_ sF(rT>Qw&8QOYz{v;i@q+3)f|sm^AGqil|upMh*g!29kd!q+E~j14|wlTL1t6 diff --git a/packages/p/python-websockets/.rev b/packages/p/python-websockets/.rev index 13315524f47..f4c32f6c946 100644 --- a/packages/p/python-websockets/.rev +++ b/packages/p/python-websockets/.rev @@ -419,4 +419,14 @@ * Added ``open_timeout`` to :func:`~server.serve`. 1087125 + + 3a8b566dc294d69f1db3d6b7ec0faa4e + 11.0.3 + + dimstar_suse + - Run tests with pytest +- Disable flaky test gh#python-websockets/websockets#1322 + + 1088821 + diff --git a/packages/p/python-websockets/python-websockets.changes b/packages/p/python-websockets/python-websockets.changes index d0df74a6dfb..e9de21f661f 100644 --- a/packages/p/python-websockets/python-websockets.changes +++ b/packages/p/python-websockets/python-websockets.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 24 11:10:45 UTC 2023 - Daniel Garcia + +- Run tests with pytest +- Disable flaky test gh#python-websockets/websockets#1322 + ------------------------------------------------------------------- Sun May 14 18:45:02 UTC 2023 - Dirk Müller diff --git a/packages/p/python-websockets/python-websockets.spec b/packages/p/python-websockets/python-websockets.spec index 12070241012..5e81f86e787 100644 --- a/packages/p/python-websockets/python-websockets.spec +++ b/packages/p/python-websockets/python-websockets.spec @@ -55,12 +55,8 @@ export CFLAGS="%{optflags}" %check # Test execution speed depends on BS load and architecture, relax 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 -# test suite temporarily broken on python 3.9.7: gh#aaugustin/websockets#1051 -python39_donttest=(-k testnothing) -%pyunittest_arch -v "${$python_donttest[@]}" +# Disable flaky tests gh#python-websockets/websockets#1322 +%pytest_arch -v -k "not test_close_waits_for_close_frame" tests %files %{python_files} %license LICENSE