Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/
Date: Mon, 03 Dec 2018 01:42:25
Message-Id: 1543801308.52da679427e9bc308ef95ad6fbfd251ced2b334d.vdupras@gentoo
1 commit: 52da679427e9bc308ef95ad6fbfd251ced2b334d
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 01:41:48 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 01:41:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52da6794
7
8 app-crypt/certbot: remove spurious test deps
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-crypt/certbot/certbot-0.25.1.ebuild | 11 ++---------
14 app-crypt/certbot/certbot-0.27.1.ebuild | 9 +--------
15 app-crypt/certbot/certbot-0.28.0.ebuild | 9 +--------
16 app-crypt/certbot/certbot-9999.ebuild | 9 +--------
17 4 files changed, 5 insertions(+), 33 deletions(-)
18
19 diff --git a/app-crypt/certbot/certbot-0.25.1.ebuild b/app-crypt/certbot/certbot-0.25.1.ebuild
20 index 862f352ff1c..c509b6fd5e8 100644
21 --- a/app-crypt/certbot/certbot-0.25.1.ebuild
22 +++ b/app-crypt/certbot/certbot-0.25.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -38,16 +38,9 @@ RDEPEND="
30 DEPEND="
31 ${CDEPEND}
32 test? (
33 - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
34 - dev-python/coverage[${PYTHON_USEDEP}]
35 - dev-python/ipdb[${PYTHON_USEDEP}]
36 dev-python/pytest[${PYTHON_USEDEP}]
37 - dev-python/pytest-cov[${PYTHON_USEDEP}]
38 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
39 - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
40 - dev-python/wheel[${PYTHON_USEDEP}]
41 )"
42
43 python_test() {
44 - nosetests -v ${PN} || die
45 + pytest -vv ${PN} || die
46 }
47
48 diff --git a/app-crypt/certbot/certbot-0.27.1.ebuild b/app-crypt/certbot/certbot-0.27.1.ebuild
49 index b0b558ecae0..997ec14b98c 100644
50 --- a/app-crypt/certbot/certbot-0.27.1.ebuild
51 +++ b/app-crypt/certbot/certbot-0.27.1.ebuild
52 @@ -38,16 +38,9 @@ RDEPEND="
53 DEPEND="
54 ${CDEPEND}
55 test? (
56 - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
57 - dev-python/coverage[${PYTHON_USEDEP}]
58 - dev-python/ipdb[${PYTHON_USEDEP}]
59 dev-python/pytest[${PYTHON_USEDEP}]
60 - dev-python/pytest-cov[${PYTHON_USEDEP}]
61 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
62 - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
63 - dev-python/wheel[${PYTHON_USEDEP}]
64 )"
65
66 python_test() {
67 - nosetests -v ${PN} || die
68 + pytest -vv ${PN} || die
69 }
70
71 diff --git a/app-crypt/certbot/certbot-0.28.0.ebuild b/app-crypt/certbot/certbot-0.28.0.ebuild
72 index dd686122dfa..bb543bdc2d0 100644
73 --- a/app-crypt/certbot/certbot-0.28.0.ebuild
74 +++ b/app-crypt/certbot/certbot-0.28.0.ebuild
75 @@ -38,16 +38,9 @@ RDEPEND="
76 DEPEND="
77 ${CDEPEND}
78 test? (
79 - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
80 - dev-python/coverage[${PYTHON_USEDEP}]
81 - dev-python/ipdb[${PYTHON_USEDEP}]
82 dev-python/pytest[${PYTHON_USEDEP}]
83 - dev-python/pytest-cov[${PYTHON_USEDEP}]
84 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
85 - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
86 - dev-python/wheel[${PYTHON_USEDEP}]
87 )"
88
89 python_test() {
90 - nosetests -v ${PN} || die
91 + pytest -vv ${PN} || die
92 }
93
94 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
95 index dd686122dfa..bb543bdc2d0 100644
96 --- a/app-crypt/certbot/certbot-9999.ebuild
97 +++ b/app-crypt/certbot/certbot-9999.ebuild
98 @@ -38,16 +38,9 @@ RDEPEND="
99 DEPEND="
100 ${CDEPEND}
101 test? (
102 - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
103 - dev-python/coverage[${PYTHON_USEDEP}]
104 - dev-python/ipdb[${PYTHON_USEDEP}]
105 dev-python/pytest[${PYTHON_USEDEP}]
106 - dev-python/pytest-cov[${PYTHON_USEDEP}]
107 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
108 - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
109 - dev-python/wheel[${PYTHON_USEDEP}]
110 )"
111
112 python_test() {
113 - nosetests -v ${PN} || die
114 + pytest -vv ${PN} || die
115 }