projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d7099d
)
dev-python/pytest: Block pytest-capturelog since it breaks tests
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jul 2018 21:59:41 +0000
(23:59 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jul 2018 22:22:01 +0000
(
00:22
+0200)
dev-python/pytest/pytest-3.4.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest/pytest-3.4.2.ebuild
b/dev-python/pytest/pytest-3.4.2.ebuild
index 1c215e18c9cd43eeb148d4315f256744497a69b6..3ce7be033fd941338ef0db162a4f1084caa52d1d 100644
(file)
--- a/
dev-python/pytest/pytest-3.4.2.ebuild
+++ b/
dev-python/pytest/pytest-3.4.2.ebuild
@@
-30,6
+30,7
@@
COMMON_DEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
)"
+# pytest-capturelog causes a number of tests to fail
DEPEND="${COMMON_DEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
@@
-38,6
+39,7
@@
DEPEND="${COMMON_DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
+ !!dev-python/pytest-capturelog
)"
RDEPEND="