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/genty/
Date: Wed, 21 Feb 2018 22:11:33
Message-Id: 1519251073.311944f946b82cacbcb7af9be6c1342ada1c5fe3.mgorny@gentoo
1 commit: 311944f946b82cacbcb7af9be6c1342ada1c5fe3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 21:29:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 22:11:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311944f9
7
8 dev-python/genty: Enable tests
9
10 dev-python/genty/genty-1.3.2.ebuild | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/dev-python/genty/genty-1.3.2.ebuild b/dev-python/genty/genty-1.3.2.ebuild
14 index 1c5d27a78fe..9303686bcd4 100644
15 --- a/dev-python/genty/genty-1.3.2.ebuild
16 +++ b/dev-python/genty/genty-1.3.2.ebuild
17 @@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
18 dev-python/setuptools[${PYTHON_USEDEP}]
19 "
20
21 -# https://github.com/box/genty/issues/42
22 -RESTRICT=test
23 -
24 python_test() {
25 esetup.py test --verbose
26 }