Accepting request 932813 from devel:languages:python:jupyter
- Deselect all 4 flaky parallel_notebooks tests OBS-URL: https://build.opensuse.org/request/show/932813 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=13
This commit is contained in:
commit
7f3111dd5c
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user