From 311944f946b82cacbcb7af9be6c1342ada1c5fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 21 Feb 2018 22:29:06 +0100 Subject: [PATCH] dev-python/genty: Enable tests --- dev-python/genty/genty-1.3.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/genty/genty-1.3.2.ebuild b/dev-python/genty/genty-1.3.2.ebuild index 1c5d27a78fe56..9303686bcd49b 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 }