dev-python/inflect: Sync with Gentoo

It's from Gentoo commit cf38b34bd509337a583210f00199cb85c91df72d.
This commit is contained in:
Flatcar Buildbot 2024-01-15 07:11:46 +00:00 committed by Krzesimir Nowak
parent 0fed23d8d8
commit e37d521925

View File

@ -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
)