Matej Cepl 2021-03-01 13:10:01 +00:00 committed by Git OBS Bridge
parent 015c5ac555
commit 5e5285f817

View File

@ -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