dev-python/pytest: Also block dev-python/flaky for test failures
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 07:42:23 +0000 (09:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 07:42:26 +0000 (09:42 +0200)
dev-python/pytest/pytest-3.4.2.ebuild

index 3ce7be033fd941338ef0db162a4f1084caa52d1d..b7ebb1cbf03f76cd711ccf7a9505a828c50a315d 100644 (file)
@@ -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
        )"