Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbclient for openSUSE:Factory checked in at 2021-11-21 23:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Sun Nov 21 23:52:22 2021 rev:13 rq:932813 version:0.5.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2021-11-20 02:40:30.840508157 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.1895/python-nbclient.changes 2021-11-21 23:53:06.758072939 +0100 @@ -1,0 +2,5 @@ +Sun Nov 21 17:25:17 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Deselect all 4 flaky parallel_notebooks tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.OvTCTk/_old 2021-11-21 23:53:07.166071623 +0100 +++ /var/tmp/diff_new_pack.OvTCTk/_new 2021-11-21 23:53:07.170071611 +0100 @@ -95,8 +95,8 @@ %if %{with test} %check export IPYKERNEL_CELL_NAME="<IPY-INPUT>" -# tests on parallel notebooks randomly fail - https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953 -%pytest -k 'not (test_many_parallel_notebooks or test_async_parallel_notebooks)' +# tests on parallel notebooks randomly fail (4 tests) - https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953 +%pytest -k 'not parallel_notebooks' %endif %if ! %{with test}