New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/44941#issuecomment-1755812190 Comment: What could be the downside of this? If there is none, I don't see why not. OTOH, the one liner is easy. I'm more worried about some packages that fail check unless installed in a venv. A new one is `python3-jupyterlab_server` which needs to install in a venv since one test wants to use pip to install some package (and pip doesn't work anymore outside a venv). We discussed this before and we agreed that for most packages we don't want to use a venv, but I wonder if there could be a simple way to tell the build-style to use a venv so we don't have to go copying the same code all over the place.