repo/gentoo:master commit in: dev-python/annotated-doc/

Michał Górny <[email protected]> Wed, 05 Aug 2026 09:17:03 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785920896.75153fab6ba3eae31921973755b11ce0b8271107.mgorny@gentoo>
commit:     75153fab6ba3eae31921973755b11ce0b8271107
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 09:08:16 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 09:08:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75153fab

dev-python/annotated-doc: Skip useless test with extra deps

Closes: https://bugs.gentoo.org/980044
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/annotated-doc/annotated-doc-0.0.5.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/annotated-doc/annotated-doc-0.0.5.ebuild b/dev-python/annotated-doc/annotated-doc-0.0.5.ebuild
index 9d84e643c1f9..65e042bd8edd 100644
--- a/dev-python/annotated-doc/annotated-doc-0.0.5.ebuild
+++ b/dev-python/annotated-doc/annotated-doc-0.0.5.ebuild
@@ -20,3 +20,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 EPYTEST_PLUGINS=()
 distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	# not useful for us, requires dev-python/typer
+	tests/test_prepare_release.py
+)