.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=65
This commit is contained in:
parent
655ee36cfd
commit
529949f907
@ -113,7 +113,8 @@ $python -m ipykernel install \
|
||||
# flaky: bad timings in obs often cause this to fail
|
||||
donttest="test_shutdown_subprocesses"
|
||||
# fails in obs setups
|
||||
%pytest -k "not ($donttest)" --ignore ipykernel/tests/test_debugger.py
|
||||
ignoretests="--ignore ipykernel/tests/test_debugger.py"
|
||||
%pytest -k "not ($donttest)" $ignoretests
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user