commit:     9502fffd58f2bde7f3645c80bfee142f60f6f280
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Sep 21 17:52:20 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 19:01:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9502fffd

dev-python/cheroot: fix 11.0.0 bump

Remove obsolete patch and fix tests.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/43890
Closes: https://github.com/gentoo/gentoo/pull/43890
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cheroot/cheroot-11.0.0.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/cheroot/cheroot-11.0.0.ebuild 
b/dev-python/cheroot/cheroot-11.0.0.ebuild
index 60a05fd24c1c..6eea9ce1fdfa 100644
--- a/dev-python/cheroot/cheroot-11.0.0.ebuild
+++ b/dev-python/cheroot/cheroot-11.0.0.ebuild
@@ -40,17 +40,12 @@ BDEPEND="
        )
 "
 
-PATCHES=(
-       # https://github.com/cherrypy/cheroot/pull/703
-       "${FILESDIR}/${PN}-10.0.1-no-pytest-forked.patch"
-)
-
-EPYTEST_PLUGINS=( pytest-mock )
+EPYTEST_PLUGINS=( pytest-{mock,rerunfailures} )
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 
 python_prepare_all() {
-       sed -e '/--cov/d' \
+       sed -e '/cov/d' \
                -e '/--testmon/d' \
                -e '/--numproc/d' \
                -i pytest.ini || die

Reply via email to