From: Michał Górny Date: Wed, 21 Feb 2018 21:29:06 +0000 (+0100) Subject: dev-python/genty: Enable tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=311944f946b82cacbcb7af9be6c1342ada1c5fe3;p=gentoo.git dev-python/genty: Enable tests --- diff --git a/dev-python/genty/genty-1.3.2.ebuild b/dev-python/genty/genty-1.3.2.ebuild index 1c5d27a78fe5..9303686bcd49 100644 --- a/dev-python/genty/genty-1.3.2.ebuild +++ b/dev-python/genty/genty-1.3.2.ebuild @@ -23,9 +23,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " -# https://github.com/box/genty/issues/42 -RESTRICT=test - python_test() { esetup.py test --verbose }