New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/30873#issuecomment-846450282 Comment: If on my machine I do ``` ./xbps-src update-bulk ./xbps-src check python3-jupyter_nbconvert ``` then I get `========== 275 passed, 5 skipped, 5 deselected, 5 warnings in 49.49s ===========` Why is it failing on ci? I fixed `json5`, but I'm still unable to fix`anyio`, `jupyter_server`, `jupyterlab_server`, `jupyterlab`, `nbclassic` due presumably to missing packages in Void. Can I skip test for these? Finally, `jupyter_console` was probably broken already before, but ``` ./xbps-src check python3-jupyter_nbformat ======================= 99 passed, 2 deselected in 0.34s ======================= ``` so that seems fine.