From: Michał Górny Date: Wed, 30 Nov 2016 15:33:51 +0000 (+0100) Subject: dev-python/nose-exclude: Re-enable tests in py3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=773813bd471bcf36f38c244f13afbd884aadcad7;p=gentoo.git dev-python/nose-exclude: Re-enable tests in py3 --- diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild index 336e87a1905b..5366d67da892 100644 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild @@ -20,7 +20,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" python_test() { - # https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3 - python_is_python3 && return esetup.py test }