forked from pool/python-jupyter-core
This commit is contained in:
parent
c2e54a137a
commit
d5992d9dff
@ -111,7 +111,9 @@ sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" %{buildroot}%{$python_sitel
|
|||||||
# does not work outside venvs: gh#jupyter/jupyter_core#208
|
# does not work outside venvs: gh#jupyter/jupyter_core#208
|
||||||
donttest="test_jupyter_path_prefer_env or test_jupyter_config_path_prefer_env"
|
donttest="test_jupyter_path_prefer_env or test_jupyter_config_path_prefer_env"
|
||||||
# we changed the xdg path
|
# we changed the xdg path
|
||||||
donttest="$donttest or test_config_dir_linux"
|
donttest="$donttest or test_config_dir_linux"#
|
||||||
|
# async failer
|
||||||
|
donttest="$donttest or test_ensure_async"
|
||||||
%pytest -k "not ($donttest)"
|
%pytest -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user