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/ttystatus/
Date: Fri, 23 Feb 2018 23:37:17
Message-Id: 1519429024.1f6342e413caa45164e0de30cdbae58284a09ec2.mgorny@gentoo
1 commit: 1f6342e413caa45164e0de30cdbae58284a09ec2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 23:34:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:37:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6342e4
7
8 dev-python/ttystatus: Enable testing
9
10 dev-python/ttystatus/ttystatus-0.35.ebuild | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild b/dev-python/ttystatus/ttystatus-0.35.ebuild
14 index 7549ff37d00..5c97f4dd32c 100644
15 --- a/dev-python/ttystatus/ttystatus-0.35.ebuild
16 +++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
17 @@ -15,3 +15,7 @@ LICENSE="GPL-3"
18 SLOT="0"
19 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
20 IUSE=""
21 +
22 +python_test() {
23 + "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
24 +}