From 0eb79f5d9fc2947845434ee55db5f438b8d035e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Jul 2018 23:59:41 +0200 Subject: [PATCH] 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 1c215e18c9cd4..3ce7be033fd94 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="