diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index eff185e..91dd404 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -111,8 +111,8 @@ 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"# -# async failer +donttest="$donttest or test_config_dir_linux" +# async failure donttest="$donttest or test_ensure_async" %pytest -k "not ($donttest)" %endif