commit: 6c4640c47b35d7785130370f4ac414c34a025645 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 19:11:18 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 19:12:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4640c4
package.deprecated: Add Python coverage plugins Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 37a5397fe13..ae446bc33c0 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2019-12-09) +# Test coverage reporting is not useful for Gentoo ebuilds. The deps +# against coverage plugins are either entirely spurious, or the build +# systems need to be fixed to work without them. +dev-python/nose-cover3 +dev-python/nosexcover +dev-python/pytest-cov + # Zac Medico <[email protected]> (2019-12-06) # These golang libraries should be vendored either by upstream or via # the EGO_VENDOR variable.
