commit: c4d213b493e262d17a88e996842a152d2982496a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 01:30:02 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 31 01:30:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d213b4
dev-python/python-gnupg: shorten comment
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
b/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
index 76b390b612ff..7b777c2be640 100644
--- a/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
+++ b/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
@@ -45,7 +45,6 @@ distutils_enable_tests unittest
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/vinaysajip.asc
python_test() {
- # NO_EXTERNAL_TESTS must be enabled,
- # to disable tests needing Internet access.
+ # NO_EXTERNAL_TESTS must be enabled to disable network tests.
NO_EXTERNAL_TESTS=1 eunittest
}