From e37d5219250182e321d924c4a38a8f90dea31388 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 15 Jan 2024 07:11:46 +0000 Subject: [PATCH] dev-python/inflect: Sync with Gentoo It's from Gentoo commit cf38b34bd509337a583210f00199cb85c91df72d. --- .../dev-python/inflect/inflect-7.0.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/inflect/inflect-7.0.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/inflect/inflect-7.0.0.ebuild index 24d03c1056..2081c97362 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/inflect/inflect-7.0.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/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 +)