commit: 7d2b2d7268ad6e462e16a0fb864d03fa2130c1da
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 20:41:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 1 10:31:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2b2d72
dev-python/cmd2: Remove unnecessary dift
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cmd2/cmd2-1.4.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/cmd2/cmd2-1.4.0.ebuild
b/dev-python/cmd2/cmd2-1.4.0.ebuild
index cdd3428887c..aa46d05c5c4 100644
--- a/dev-python/cmd2/cmd2-1.4.0.ebuild
+++ b/dev-python/cmd2/cmd2-1.4.0.ebuild
@@ -41,8 +41,3 @@ src_test() {
local -x COLUMNS=80
virtx distutils-r1_src_test
}
-
-python_test() {
- distutils_install_for_testing
- pytest -vv || die "Tests failed with ${EPYTHON}"
-}