New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/44272#issuecomment-1577842799 Comment: Major changes from previous version: - changelog entries are replaced by the direct link - explicitly depend on `python3-setuptools`, not just via `python3-wheel` - `python3-pytest-trio` no longer needs a venv for testing (uses the trick from #44268, i.e., set `PYTHONPATH=.`) - `python3-coverage` and `python3-pytest-cov` still test in a venv; if using `PYTHONPATH` some tests will fail @ahesford comments welcome