From e8acbb7c03f10f9cbf018e7b3256229aeb268385898183f745630b31eb34169e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 21 Nov 2021 17:30:59 +0000 Subject: [PATCH] - Deselect all 4 flaky parallel_notebooks tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=26 --- python-nbclient.changes | 5 +++++ python-nbclient.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-nbclient.changes b/python-nbclient.changes index 6915a0c..6789f51 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 21 17:25:17 UTC 2021 - Ben Greiner + +- Deselect all 4 flaky parallel_notebooks tests + ------------------------------------------------------------------- Fri Nov 19 09:52:05 UTC 2021 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 13b886b..f65db14 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -95,8 +95,8 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks. %if %{with test} %check export IPYKERNEL_CELL_NAME="" -# 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}