commit:     cf38b34bd509337a583210f00199cb85c91df72d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 07:36:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 08:29:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf38b34b

dev-python/inflect: Deselect broken doctest

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

 dev-python/inflect/inflect-7.0.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/inflect/inflect-7.0.0.ebuild 
b/dev-python/inflect/inflect-7.0.0.ebuild
index 24d03c10562d..2081c97362fb 100644
--- a/dev-python/inflect/inflect-7.0.0.ebuild
+++ b/dev-python/inflect/inflect-7.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,3 +27,9 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # broken upstream
+       # https://github.com/jaraco/inflect/issues/204
+       inflect/__init__.py::inflect.engine.compare
+)

Reply via email to