forked from pool/python-jupyter-server
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:
commit
a3c62b2c78
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user