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/nose-exclude/
Date: Wed, 30 Nov 2016 18:05:58
Message-Id: 1480529135.773813bd471bcf36f38c244f13afbd884aadcad7.mgorny@gentoo
1 commit: 773813bd471bcf36f38c244f13afbd884aadcad7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 15:33:51 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773813bd
7
8 dev-python/nose-exclude: Re-enable tests in py3
9
10 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 --
11 1 file changed, 2 deletions(-)
12
13 diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
14 index 336e87a..5366d67 100644
15 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
16 +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
17 @@ -20,7 +20,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
18 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
19
20 python_test() {
21 - # https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
22 - python_is_python3 && return
23 esetup.py test
24 }