projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649ce73
)
dev-python/envoy: restrict tests.
author
Patrice Clement
<monsieurp@gentoo.org>
Thu, 28 Sep 2017 12:36:55 +0000
(14:36 +0200)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/dev-python/envoy/envoy-0.0.3.ebuild
b/dev-python/envoy/envoy-0.0.3.ebuild
index 4183c2fc76dd55b263016e29d78fc3e0946f0ffc..c37fa098c9576c4a44b81b6b7d3cf08fe300aad4 100644
(file)
--- 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
}