dev-python/envoy: restrict tests.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Sep 2017 12:36:55 +0000 (14:36 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Sep 2017 12:38:31 +0000 (14:38 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.1

dev-python/envoy/envoy-0.0.3.ebuild

index 4183c2fc76dd55b263016e29d78fc3e0946f0ffc..c37fa098c9576c4a44b81b6b7d3cf08fe300aad4 100644 (file)
@@ -18,7 +18,10 @@ IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 
+RESTRICT="test"
+
 python_test() {
-       # and it fails almost all;https://github.com/kennethreitz/envoy/issues/58
-       "${PYTHON}" test_envoy.py
+       # These unit tests fail, see the following issue:
+       # https://github.com/kennethreitz/envoy/issues/58
+       "${PYTHON}" test_envoy.py || die
 }