New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/40596#issuecomment-1320422873 Comment: Do we actually want to run the coverage/linting/benchmark tests while packaging? I checked locally and it seems we can get away with ``` checkdepends="${depends} python3-pytest-aiohttp python3-hyperframe python3-hypothesis python3-hpack python3-Faker python3-aioresponses" ``` with only one failing test due to missing pytest-benchmark. IMO it's safe to deselect without needing to package all these code-style pytest plugins.