diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-15 23:59:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 00:22:01 +0200 |
commit | 0eb79f5d9fc2947845434ee55db5f438b8d035e3 (patch) | |
tree | c229b370c6e7aea913c59b4baf4b80b492ffe499 /dev-python | |
parent | net-libs/grpc: drop old (diff) | |
download | gentoo-0eb79f5d9fc2947845434ee55db5f438b8d035e3.tar.gz gentoo-0eb79f5d9fc2947845434ee55db5f438b8d035e3.tar.bz2 gentoo-0eb79f5d9fc2947845434ee55db5f438b8d035e3.zip |
dev-python/pytest: Block pytest-capturelog since it breaks tests
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/pytest-3.4.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 1c215e18c9cd..3ce7be033fd9 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=" |