diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-09 20:11:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-09 20:12:18 +0100 |
commit | 6c4640c47b35d7785130370f4ac414c34a025645 (patch) | |
tree | 5650ddc4693422f63cbf13d121dc17cfdacfaa46 /profiles/package.deprecated | |
parent | dev-python/ctypescrypto: import from SpiderX Nest overlay (diff) | |
download | gentoo-6c4640c47b35d7785130370f4ac414c34a025645.tar.gz gentoo-6c4640c47b35d7785130370f4ac414c34a025645.tar.bz2 gentoo-6c4640c47b35d7785130370f4ac414c34a025645.zip |
package.deprecated: Add Python coverage plugins
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/package.deprecated')
-rw-r--r-- | profiles/package.deprecated | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 37a5397fe132..ae446bc33c03 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (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 <zmedico@gentoo.org> (2019-12-06) # These golang libraries should be vendored either by upstream or via # the EGO_VENDOR variable. |