diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-30 16:33:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-30 19:05:35 +0100 |
commit | 773813bd471bcf36f38c244f13afbd884aadcad7 (patch) | |
tree | 2d6a7c92bfdd0e0e46d22892029b2bc502642bcc /dev-python/nose-exclude | |
parent | dev-python/PySocks: Enable pypy3 (diff) | |
download | gentoo-773813bd471bcf36f38c244f13afbd884aadcad7.tar.gz gentoo-773813bd471bcf36f38c244f13afbd884aadcad7.tar.bz2 gentoo-773813bd471bcf36f38c244f13afbd884aadcad7.zip |
dev-python/nose-exclude: Re-enable tests in py3
Diffstat (limited to 'dev-python/nose-exclude')
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |