- 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
This commit is contained in:
Benjamin Greiner 2021-11-21 17:30:59 +00:00 committed by Git OBS Bridge
parent 03d583c9f9
commit e8acbb7c03
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 21 17:25:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Deselect all 4 flaky parallel_notebooks tests
-------------------------------------------------------------------
Fri Nov 19 09:52:05 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -95,8 +95,8 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
%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}