Accepting request 931610 from devel:languages:python:jupyter

- Reenable libalternatives
- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1

OBS-URL: https://build.opensuse.org/request/show/931610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-11-17 00:13:48 +00:00 committed by Git OBS Bridge
commit dc79830484
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 12 23:02:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Reenable libalternatives
- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1
-------------------------------------------------------------------
Thu Oct 28 19:10:40 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -17,8 +17,7 @@
#
%bcond_with libalternatives_issue_11_fixed
%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
@ -63,8 +62,6 @@ Requires: python-pyzmq >= 17
Requires: python-terminado >= 0.8.3
Requires: python-tornado >= 6.1
Requires: python-traitlets >= 4.2.1
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: python-ipywidgets
Suggests: %{name}-latex
Provides: python-jupyter_notebook = %{version}
@ -235,6 +232,8 @@ sed -E '
%if %{with test}
%check
export LANG=en_US.UTF-8
# required when testing with jupyter_core 4.9.1
export PYTHONNOUSERSITE=1
# test_launch_socket_collision: fails because there are still servers listening
pythonall_donttest="test_launch_socket_collision"
%{python_expand # these tests call the wrong interpreter somewhere deep in the stack