Remove unnecessary variables
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=29
This commit is contained in:
parent
3cf86837cf
commit
a46ba9e7d8
@ -95,11 +95,6 @@ languages, sharing, and interactive widgets.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
skiptests=""
|
|
||||||
if [ $(python3 -c 'import platform; print(platform.machine())') == 'aarch64' ]; then
|
|
||||||
skiptests+="not (test_culling[AsyncMappingKernelManager] or test_culling[MappingKernelManager])"
|
|
||||||
fi
|
|
||||||
|
|
||||||
%{python_expand # provide u-a entrypoints in the correct flavor version -- installed packages and jupyter-server
|
%{python_expand # provide u-a entrypoints in the correct flavor version -- installed packages and jupyter-server
|
||||||
mkdir build/testbin
|
mkdir build/testbin
|
||||||
for bin in %{_bindir}/*-%{$python_bin_suffix} %{buildroot}%{_bindir}/*-%{$python_bin_suffix} ; do
|
for bin in %{_bindir}/*-%{$python_bin_suffix} %{buildroot}%{_bindir}/*-%{$python_bin_suffix} ; do
|
||||||
@ -109,7 +104,6 @@ done
|
|||||||
}
|
}
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export PATH=$PWD/build/testbin:$PATH
|
export PATH=$PWD/build/testbin:$PATH
|
||||||
# %%pytest -k "$skiptests"
|
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user