Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-websockets for openSUSE:Factory checked in at 2023-05-26 20:14:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-websockets (Old) and /work/SRC/openSUSE:Factory/.python-websockets.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websockets" Fri May 26 20:14:23 2023 rev:22 rq:1088821 version:11.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes 2023-05-19 11:55:47.559356319 +0200 +++ /work/SRC/openSUSE:Factory/.python-websockets.new.1533/python-websockets.changes 2023-05-26 20:14:35.619948014 +0200 @@ -1,0 +2,6 @@ +Wed May 24 11:10:45 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Run tests with pytest +- Disable flaky test gh#python-websockets/websockets#1322 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-websockets.spec ++++++ --- /var/tmp/diff_new_pack.U2kgeM/_old 2023-05-26 20:14:36.055950612 +0200 +++ /var/tmp/diff_new_pack.U2kgeM/_new 2023-05-26 20:14:36.059950636 +0200 @@ -55,12 +55,8 @@ %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