summaryrefslogtreecommitdiff
path: root/dev-python/cheroot
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2025-09-21 13:52:20 -0400
committerMichał Górny <mgorny@gentoo.org>2025-09-21 21:01:06 +0200
commit9502fffd58f2bde7f3645c80bfee142f60f6f280 (patch)
treeb436050650b0ef559962b590ab0622e9deeba05b /dev-python/cheroot
parenteba85e60366e806e7e60f412018afa64592e4383 (diff)
downloadgentoo-9502fffd58f2bde7f3645c80bfee142f60f6f280.tar.gz
gentoo-9502fffd58f2bde7f3645c80bfee142f60f6f280.tar.bz2
gentoo-9502fffd58f2bde7f3645c80bfee142f60f6f280.zip
dev-python/cheroot: fix 11.0.0 bump
Remove obsolete patch and fix tests. Signed-off-by: Joe Kappus <joe@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@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r--dev-python/cheroot/cheroot-11.0.0.ebuild9
1 files 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