1
0
Benjamin Greiner 2023-10-15 15:40:20 +00:00 committed by Git OBS Bridge
parent c2e54a137a
commit d5992d9dff

View File

@ -111,7 +111,9 @@ sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" %{buildroot}%{$python_sitel
# does not work outside venvs: gh#jupyter/jupyter_core#208
donttest="test_jupyter_path_prefer_env or test_jupyter_config_path_prefer_env"
# 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)"
%endif