summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 16:33:51 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:05:35 +0100
commit773813bd471bcf36f38c244f13afbd884aadcad7 (patch)
tree2d6a7c92bfdd0e0e46d22892029b2bc502642bcc
parentdev-python/PySocks: Enable pypy3 (diff)
downloadgentoo-773813bd471bcf36f38c244f13afbd884aadcad7.tar.gz
gentoo-773813bd471bcf36f38c244f13afbd884aadcad7.tar.bz2
gentoo-773813bd471bcf36f38c244f13afbd884aadcad7.zip
dev-python/nose-exclude: Re-enable tests in py3
-rw-r--r--dev-python/nose-exclude/nose-exclude-0.4.1.ebuild2
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
}