commit: 147719fb159a90b21981e28f84edd9b8405f8ea6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 19:01:25 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 19:01:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147719fb
dev-python/cheroot: Remove one more sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cheroot/cheroot-11.0.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/cheroot/cheroot-11.0.0.ebuild
b/dev-python/cheroot/cheroot-11.0.0.ebuild
index 6eea9ce1fdfa..b70d3e433fe9 100644
--- a/dev-python/cheroot/cheroot-11.0.0.ebuild
+++ b/dev-python/cheroot/cheroot-11.0.0.ebuild
@@ -46,7 +46,6 @@ distutils_enable_tests pytest
python_prepare_all() {
sed -e '/cov/d' \
- -e '/--testmon/d' \
-e '/--numproc/d' \
-i pytest.ini || die