New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/21266#issuecomment-623104143 Comment: There're still 1 test failure, which I think not important. ```diff diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template index 94b0b1b5a7..c63da85a10 100644 --- a/srcpkgs/alot/template +++ b/srcpkgs/alot/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj python3-gpg python3-magic python3-urwidtrees" -checkdepends="$depends gnupg2 procps-ng" +checkdepends="$depends gnupg2 procps-ng python3-pytest" short_desc="Terminal-based mail user agent based on the notmuch mail indexer" maintainer="Felix Van der Jeugt " license="GPL-3.0-or-later" @@ -16,6 +16,10 @@ distfiles="https://github.com/pazz/${pkgname}/archive/${version}.tar.gz" checksum=64bfa2f550d775940348c93532bf5cbdde57b9fcec4bcf2447a72510d2add6cf patch_args="-Np1" +do_check() { + pytest3 -k 'not test_no_spawn_no_stdin_attached' +} + post_build() { make $makejobs -C docs man } ``` I'll fix up this patch if @Piraty is fine with my suggestion to remove gpgme/gnupg2 out of `$depends`