From: Michał Górny Date: Sun, 15 Jul 2018 21:59:41 +0000 (+0200) Subject: dev-python/pytest: Block pytest-capturelog since it breaks tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0eb79f5d9fc2947845434ee55db5f438b8d035e3;p=gentoo.git dev-python/pytest: Block pytest-capturelog since it breaks tests --- diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 1c215e18c9cd..3ce7be033fd9 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="