Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/
Date: Thu, 28 Mar 2019 23:12:53
Message-Id: 1553814750.11116514fb70142dbe46fb61f91917f0cd076398.monsieurp@gentoo
1 commit: 11116514fb70142dbe46fb61f91917f0cd076398
2 Author: Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de>
3 AuthorDate: Fri Mar 8 10:16:56 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 23:12:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11116514
7
8 dev-python/stripe: change maximum test dependency version.
9
10 Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/stripe/stripe-2.10.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/stripe/stripe-2.10.1.ebuild b/dev-python/stripe/stripe-2.10.1.ebuild
17 index ebeb82c56f0..0365114927d 100644
18 --- a/dev-python/stripe/stripe-2.10.1.ebuild
19 +++ b/dev-python/stripe/stripe-2.10.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -21,9 +21,11 @@ RDEPEND="
27 "
28 # See https://github.com/stripe/stripe-python/blob/v2.10.1/tests/conftest.py#L17
29 # for minimum required version of stripe-mock
30 +# Running the tests against dev-util/stripe-mock-0.47.0 resulted in test errors
31 DEPEND="${RDEPEND}
32 test? (
33 >=dev-util/stripe-mock-0.33.0
34 + <dev-util/stripe-mock-0.47.0
35 dev-python/pytest[${PYTHON_USEDEP}]
36 dev-python/pytest-mock[${PYTHON_USEDEP}]
37 net-misc/curl