From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB499138334 for ; Thu, 28 Mar 2019 23:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DECDCE0AD6; Thu, 28 Mar 2019 23:12:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE89EE0AD6 for ; Thu, 28 Mar 2019 23:12:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FD40335D01 for ; Thu, 28 Mar 2019 23:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A23EF56D for ; Thu, 28 Mar 2019 23:12:48 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1553814750.11116514fb70142dbe46fb61f91917f0cd076398.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stripe/stripe-2.10.1.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 11116514fb70142dbe46fb61f91917f0cd076398 X-VCS-Branch: master Date: Thu, 28 Mar 2019 23:12:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76b761d0-69d1-43e1-8394-7527353d76d0 X-Archives-Hash: 42094bf59e5961068a46f88a02dc0712 commit: 11116514fb70142dbe46fb61f91917f0cd076398 Author: Michael Seifert digitalernachschub de> AuthorDate: Fri Mar 8 10:16:56 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 28 23:12:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11116514 dev-python/stripe: change maximum test dependency version. Signed-off-by: Michael Seifert digitalernachschub.de> Signed-off-by: Patrice Clement gentoo.org> dev-python/stripe/stripe-2.10.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/stripe/stripe-2.10.1.ebuild b/dev-python/stripe/stripe-2.10.1.ebuild index ebeb82c56f0..0365114927d 100644 --- a/dev-python/stripe/stripe-2.10.1.ebuild +++ b/dev-python/stripe/stripe-2.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,9 +21,11 @@ RDEPEND=" " # See https://github.com/stripe/stripe-python/blob/v2.10.1/tests/conftest.py#L17 # for minimum required version of stripe-mock +# Running the tests against dev-util/stripe-mock-0.47.0 resulted in test errors DEPEND="${RDEPEND} test? ( >=dev-util/stripe-mock-0.33.0 +