From: Michał Górny Date: Mon, 16 Jul 2018 07:42:23 +0000 (+0200) Subject: dev-python/pytest: Also block dev-python/flaky for test failures X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=77d04eaf179b75bac244b9e3b2b568ef33c59153;p=gentoo.git dev-python/pytest: Also block dev-python/flaky for test failures --- diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 3ce7be033fd9..b7ebb1cbf03f 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] )" -# pytest-capturelog causes a number of tests to fail +# flake & pytest-capturelog cause a number of tests to fail DEPEND="${COMMON_DEPEND} dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( @@ -39,6 +39,7 @@ DEPEND="${COMMON_DEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + !!dev-python/flaky !!dev-python/pytest-capturelog )"