Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-catchlog/
Date: Fri, 03 Nov 2017 20:19:47
Message-Id: 1509740370.f47aa832af8470c6d9eb8a92b18bfa265d57d0fb.floppym@gentoo
1 commit: f47aa832af8470c6d9eb8a92b18bfa265d57d0fb
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 20:18:41 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 20:19:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47aa832
7
8 dev-python/pytest-catchlog: block dev-python/pytest-capturelog
9
10 Closes: https://bugs.gentoo.org/636468
11 Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
12
13 dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
17 index b2170e32985..b948075d79e 100644
18 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
19 +++ b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
20 @@ -16,12 +16,14 @@ LICENSE="MIT"
21 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
22 IUSE="test"
23
24 -RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
25 +COMMON_DEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
26 DEPEND="
27 test? (
28 - ${RDEPEND}
29 + ${COMMON_DEPEND}
30 >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
31 )"
32 +RDEPEND="${COMMON_DEPEND}
33 + !dev-python/pytest-capturelog"
34
35 python_test() {
36 PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die