commit:     0eb79f5d9fc2947845434ee55db5f438b8d035e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 21:59:41 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 22:22:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb79f5d

dev-python/pytest: Block pytest-capturelog since it breaks tests

 dev-python/pytest/pytest-3.4.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pytest/pytest-3.4.2.ebuild 
b/dev-python/pytest/pytest-3.4.2.ebuild
index 1c215e18c9c..3ce7be033fd 100644
--- 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="

Reply via email to