commit:     8b4a071988327376906b75eacf24ebcbbbb507f0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 09:37:57 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 09:40:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4a0719

dev-python/warlock: Remove coverage flags

Closes: https://bugs.gentoo.org/831860
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/warlock/warlock-1.3.3-r2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/warlock/warlock-1.3.3-r2.ebuild 
b/dev-python/warlock/warlock-1.3.3-r2.ebuild
index 135f317e5036..00daf64b32b9 100644
--- a/dev-python/warlock/warlock-1.3.3-r2.ebuild
+++ b/dev-python/warlock/warlock-1.3.3-r2.ebuild
@@ -29,3 +29,8 @@ EPYTEST_DESELECT=(
        # (its only dep) does not seem to be affected
        tests/test_core.py::TestCore::test_recursive_models
 )
+
+src_prepare() {
+       sed -i -e '/--cov/d' pytest.ini || die
+       distutils-r1_src_prepare
+}

Reply via email to