Back to testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=27
This commit is contained in:
parent
015c5ac555
commit
5e5285f817
@ -96,11 +96,9 @@ languages, sharing, and interactive widgets.
|
||||
%check
|
||||
|
||||
skiptests=""
|
||||
# https://github.com/psf/black/issues/1109
|
||||
python3 -c 'import platform; print(platform.machine())'
|
||||
if [ $(python3 -c 'import platform; print(platform.machine())') == 'aarch64' ]; then
|
||||
skiptests+="not (test_culling[AsyncMappingKernelManager] or test_culling[MappingKernelManager])"
|
||||
fi
|
||||
# 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
|
||||
mkdir build/testbin
|
||||
|
Loading…
Reference in New Issue
Block a user