commit: 311944f946b82cacbcb7af9be6c1342ada1c5fe3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 21:29:06 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 22:11:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311944f9
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 1c5d27a78fe..9303686bcd4 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
}