From 7213926aa1ebbf7f6914063f622414a3e0642168 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Thu, 28 Sep 2017 14:36:55 +0200 Subject: [PATCH] dev-python/envoy: restrict tests. Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- dev-python/envoy/envoy-0.0.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 } -- 2.26.2