Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/
Date: Mon, 03 Dec 2018 12:16:07
Message-Id: 1543839318.81405ad976d794765153662ce220c6e7265b6335.vdupras@gentoo
1 commit: 81405ad976d794765153662ce220c6e7265b6335
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 12:15:18 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 12:15:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81405ad9
7
8 dev-python/pytest-cov: drop spurious pytest-capturelog dep
9
10 Tests fail, but they failed in the same way prior to this too.
11
12 Bug: https://bugs.gentoo.org/668746
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 3 +--
17 dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild | 3 +--
18 dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild | 1 -
19 dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 3 +--
20 4 files changed, 3 insertions(+), 7 deletions(-)
21
22 diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
23 index 9aef7a752f5..f57ab12f396 100644
24 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
25 +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -36,7 +36,6 @@ DEPEND="
33 dev-python/pytest-cache[${PYTHON_USEDEP}]
34 )
35 =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
36 - dev-python/pytest-capturelog[${PYTHON_USEDEP}]
37 )
38 "
39
40
41 diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
42 index fb708afded4..e0c277e0bfc 100644
43 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
44 +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -37,7 +37,6 @@ DEPEND="
52 dev-python/pytest-cache[${PYTHON_USEDEP}]
53 )
54 =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
55 - dev-python/pytest-capturelog[${PYTHON_USEDEP}]
56 )
57 "
58
59
60 diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
61 index 98fb738ccee..ee73b89744d 100644
62 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
63 +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
64 @@ -37,7 +37,6 @@ DEPEND="
65 dev-python/pytest-cache[${PYTHON_USEDEP}]
66 )
67 >=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
68 - dev-python/pytest-capturelog[${PYTHON_USEDEP}]
69 )
70 "
71
72
73 diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
74 index d769afe6c08..d64465eebd7 100644
75 --- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
76 +++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 +# Copyright 1999-2018 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=6
83 @@ -36,7 +36,6 @@ DEPEND="
84 dev-python/pytest-cache[${PYTHON_USEDEP}]
85 )
86 =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
87 - dev-python/pytest-capturelog[${PYTHON_USEDEP}]
88 )
89 "