New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/28286#issuecomment-769553543 Comment: ``` +do_check() { + # testing with pytest would be nice, but requires unpackaged plugins: + # pytest-bdd, pytest-benchmark, pytest-instafail, pytest-mock, pytest-qt, pytest-rerunfailures + : +} ``` @ericonr We do provide `python3-pytest-mock`. As for the others, are the tests that depend on them so numerous that the entire check should be skipped, or would it be feasible to `--ignore` or `--ignore-glob` the affected tests?