1
0

Accepting request 962923 from home:bnavigator:branches:devel:languages:python:jupyter

- Skip the new shutdown test: too flaky for obs

OBS-URL: https://build.opensuse.org/request/show/962923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=46
This commit is contained in:
2022-03-18 18:28:49 +00:00
committed by Git OBS Bridge
parent aff3bb2bd8
commit 033af8b083
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 18 18:23:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip the new shutdown test: too flaky for obs
-------------------------------------------------------------------
Fri Mar 18 17:19:26 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -101,7 +101,9 @@ $python -m ipykernel install \
%fdupes %{buildroot}%{_jupyter_kernel_dir}
%check
%pytest ipykernel
# flaky: bad timings in obs often cause this to fail
donttest="test_shutdown_subprocesses"
%pytest ipykernel -k "not ($donttest)"
%files %{python_files}
%doc README.md