Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Sun, 15 Jul 2018 22:22:09
Message-Id: 1531693321.0eb79f5d9fc2947845434ee55db5f438b8d035e3.mgorny@gentoo
1 commit: 0eb79f5d9fc2947845434ee55db5f438b8d035e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 21:59:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 22:22:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb79f5d
7
8 dev-python/pytest: Block pytest-capturelog since it breaks tests
9
10 dev-python/pytest/pytest-3.4.2.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild
14 index 1c215e18c9c..3ce7be033fd 100644
15 --- a/dev-python/pytest/pytest-3.4.2.ebuild
16 +++ b/dev-python/pytest/pytest-3.4.2.ebuild
17 @@ -30,6 +30,7 @@ COMMON_DEPEND="
18 dev-python/sphinx[${PYTHON_USEDEP}]
19 )"
20
21 +# pytest-capturelog causes a number of tests to fail
22 DEPEND="${COMMON_DEPEND}
23 dev-python/setuptools_scm[${PYTHON_USEDEP}]
24 test? (
25 @@ -38,6 +39,7 @@ DEPEND="${COMMON_DEPEND}
26 dev-python/nose[${PYTHON_USEDEP}]
27 dev-python/mock[${PYTHON_USEDEP}]
28 dev-python/requests[${PYTHON_USEDEP}]
29 + !!dev-python/pytest-capturelog
30 )"
31
32 RDEPEND="