dev-python/nose-exclude: Re-enable tests in py3
authorMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 15:33:51 +0000 (16:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:35 +0000 (19:05 +0100)
dev-python/nose-exclude/nose-exclude-0.4.1.ebuild

index 336e87a1905bae6d617336ec54207c12aab4d921..5366d67da892a7e64a171f2ad87dbabeb897dba2 100644 (file)
@@ -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
 }