From: Patrice Clement Date: Thu, 28 Sep 2017 12:36:55 +0000 (+0200) Subject: dev-python/envoy: restrict tests. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7213926aa1ebbf7f6914063f622414a3e0642168;p=gentoo.git dev-python/envoy: restrict tests. Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- diff --git a/dev-python/envoy/envoy-0.0.3.ebuild b/dev-python/envoy/envoy-0.0.3.ebuild index 4183c2fc76dd..c37fa098c957 100644 --- a/dev-python/envoy/envoy-0.0.3.ebuild +++ b/dev-python/envoy/envoy-0.0.3.ebuild @@ -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 }