From 4b843374640bbcd601727a8eb2d431fb9d508b35 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 22 Sep 2025 07:06:33 +0000 Subject: Adding metadata --- dev-python/cheroot/cheroot-11.0.0.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dev-python/cheroot') diff --git a/dev-python/cheroot/cheroot-11.0.0.ebuild b/dev-python/cheroot/cheroot-11.0.0.ebuild index 23e4ebcc97c7..be58bf8b15c0 100644 --- a/dev-python/cheroot/cheroot-11.0.0.ebuild +++ b/dev-python/cheroot/cheroot-11.0.0.ebuild @@ -40,18 +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' \ - -e '/--testmon/d' \ + sed -e '/cov/d' \ -e '/--numproc/d' \ -i pytest.ini || die -- cgit v1.3.1