Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Tue, 01 Dec 2020 10:32:12
Message-Id: 1606818716.7d2b2d7268ad6e462e16a0fb864d03fa2130c1da.mgorny@gentoo
1 commit: 7d2b2d7268ad6e462e16a0fb864d03fa2130c1da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 20:41:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 10:31:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2b2d72
7
8 dev-python/cmd2: Remove unnecessary dift
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cmd2/cmd2-1.4.0.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/dev-python/cmd2/cmd2-1.4.0.ebuild b/dev-python/cmd2/cmd2-1.4.0.ebuild
16 index cdd3428887c..aa46d05c5c4 100644
17 --- a/dev-python/cmd2/cmd2-1.4.0.ebuild
18 +++ b/dev-python/cmd2/cmd2-1.4.0.ebuild
19 @@ -41,8 +41,3 @@ src_test() {
20 local -x COLUMNS=80
21 virtx distutils-r1_src_test
22 }
23 -
24 -python_test() {
25 - distutils_install_for_testing
26 - pytest -vv || die "Tests failed with ${EPYTHON}"
27 -}