forked from pool/python-nbconvert
Accepting request 1083898 from devel:languages:python:jupyter
- Skip a test broken by ipython 8.13 * test_errors_print_traceback: gh#jupyter/nbconvert#1985 OBS-URL: https://build.opensuse.org/request/show/1083898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=22
This commit is contained in:
commit
03ea2a4ecd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 19:09:03 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Skip a test broken by ipython 8.13
|
||||
* test_errors_print_traceback: gh#jupyter/nbconvert#1985
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 17:35:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -149,6 +149,8 @@ export LANG=en_US.UTF-8
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
# requires modules not installed: https://github.com/jupyter/nbconvert/issues/1846
|
||||
donttest="test_convert_full_qualified_name or test_post_processor"
|
||||
# https://github.com/jupyter/nbconvert/pull/1985
|
||||
donttest+=" or test_errors_print_traceback"
|
||||
%{python_expand # installed package in :test flavor
|
||||
$python -m ipykernel.kernelspec --user
|
||||
pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)" --pyargs nbconvert
|
||||
|
Loading…
Reference in New Issue
Block a user