Accepting request 1158241 from devel:languages:python:jupyter

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1158241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-03-15 19:31:41 +00:00 committed by Git OBS Bridge
commit a3c62b2c78
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 14:04:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip flaky test_restart_kernel
-------------------------------------------------------------------
Thu Mar 7 12:13:10 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -134,7 +134,7 @@ if [ -e ~/.local/share/jupyter ]; then
echo "You might need to delete ~/.local/share/jupyter in order to avoid test failures."
fi
# pytest-xdist for process control so that the worker does not indefinitely hang after success, no parallel tests
%pytest --timeout 60 --force-flaky --max-runs=3 --no-flaky-report -n 1
%pytest --timeout 60 --force-flaky --max-runs=3 --no-flaky-report -n 1 -k "not test_restart_kernel"
%endif
%if ! %{with test}