commit: 77d04eaf179b75bac244b9e3b2b568ef33c59153
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 07:42:23 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 07:42:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d04eaf
dev-python/pytest: Also block dev-python/flaky for test failures
dev-python/pytest/pytest-3.4.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild
b/dev-python/pytest/pytest-3.4.2.ebuild
index 3ce7be033fd..b7ebb1cbf03 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
)"