New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/40596#issuecomment-1320862258 Comment: > Do we actually want to run the coverage/linting/benchmark tests while packaging? I checked locally and it seems we can get away [...] without needing to package all these code-style pytest plugins. I'd rather package them instead of deselecting tests that require them all over the place. `olm-python3` is a good example here: The tests that have to be deselected because the deps are missing are the ones testing encryption and decryption, which are very much core features. Even if it's not about core functionality being tested: I'd rather have a few more plugins packaged and have to think less about what I need to deselect and why, especially for widely used plugins like black, isort, mypy etc.