dev-python/pytest: Block pytest-capturelog since it breaks tests
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Jul 2018 21:59:41 +0000 (23:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 15 Jul 2018 22:22:01 +0000 (00:22 +0200)
dev-python/pytest/pytest-3.4.2.ebuild

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