repo/gentoo:master commit in: net-mail/getmail/
Hanno Böck <[email protected]> Mon, 03 Aug 2026 09:14:24 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785748454.f5ac1be21c5e97c9a51dc1097ed3943eca03d481.hanno@gentoo> |
commit: f5ac1be21c5e97c9a51dc1097ed3943eca03d481
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 09:13:26 2026 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 09:14:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ac1be2
net-mail/getmail: Explicitly disable tests
The tests require a running mail server in a docker container,
this is infeasible to run during emerge.
Closes: https://bugs.gentoo.org/956609
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
net-mail/getmail/getmail-6.20.00.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-mail/getmail/getmail-6.20.00.ebuild b/net-mail/getmail/getmail-6.20.00.ebuild
index c8d5dd737556..13048b9d67b3 100644
--- a/net-mail/getmail/getmail-6.20.00.ebuild
+++ b/net-mail/getmail/getmail-6.20.00.ebuild
@@ -24,6 +24,9 @@ PATCHES=(
"${FILESDIR}/${PN}-revert-doc-path.patch"
)
+# tests require a mail server
+RESTRICT="test"
+
python_prepare_all() {
# Use gentoo version number (including revision) for doc dir and remove COPYING file
sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \