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 13367138359 for ; Thu, 10 Sep 2020 22:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 572CAE0928; Thu, 10 Sep 2020 22:03:30 +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 3CD1DE0929 for ; Thu, 10 Sep 2020 22:03:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D5B3340DF7 for ; Thu, 10 Sep 2020 22:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C740355 for ; Thu, 10 Sep 2020 22:03:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1599775402.4174db8cda8fd49c3b932e8e860c5d8b3c603b05.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild X-VCS-Directories: dev-python/sentry-sdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4174db8cda8fd49c3b932e8e860c5d8b3c603b05 X-VCS-Branch: master Date: Thu, 10 Sep 2020 22:03:27 +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: 7131f405-bfd1-47f3-b626-cf25b64c2341 X-Archives-Hash: cc04c90e87ad727db597e461fb1876b7 commit: 4174db8cda8fd49c3b932e8e860c5d8b3c603b05 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 10 21:32:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 10 22:03:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4174db8c dev-python/sentry-sdk: Enable fakeredis-based tests Signed-off-by: Michał Górny gentoo.org> dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild index e22d0d3fa7a..d41d27d583c 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild @@ -25,6 +25,7 @@ BDEPEND=" dev-python/asttokens[${PYTHON_USEDEP}]