From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1193515-garchives=archives.gentoo.org@lists.gentoo.org>
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 88499138359
	for <garchives@archives.gentoo.org>; Tue,  4 Aug 2020 04:28:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 86921E0B04;
	Tue,  4 Aug 2020 04:28:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 6A780E0B04
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Aug 2020 04:28:57 +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 D2CA734E176
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Aug 2020 04:28:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F509274
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Aug 2020 04:28:54 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1596515327.abadfcde10dca256041fb9fd8a3ea930f7d1a3ff.sam@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.14.4.ebuild dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
X-VCS-Directories: dev-python/sentry-sdk/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: abadfcde10dca256041fb9fd8a3ea930f7d1a3ff
X-VCS-Branch: master
Date: Tue,  4 Aug 2020 04:28:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 26915ee4-f4e8-4f1f-aa12-8bf704971514
X-Archives-Hash: 564edc60047565dce07b9e634f7830bd

commit:     abadfcde10dca256041fb9fd8a3ea930f7d1a3ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 04:28:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 04:28:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abadfcde

dev-python/sentry-sdk: shift test restriction

The restriction was intended for the earlier version.

This version will get cleaned up after a few days,
but the tests can't run with the current *_test
implementation anyway - they fail because src/
doesn't exist.

There are other problems with running tests
in the latest version, but we will get there
eventually by packaging some dependencies.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild | 2 ++
 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
index 6687c9c45aa..7cf55716208 100644
--- a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
@@ -22,6 +22,8 @@ RDEPEND="
 	dev-python/certifi
 "
 
+RESTRICT="test"
+
 python_test() {
 	cd "${S}"/src || die
 	"${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"

diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
index 37bcbc7c750..180866d812c 100644
--- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
@@ -23,4 +23,3 @@ RDEPEND="
 
 # No tests for now
 # Need unpackaged: executing, fakeredis
-RESTRICT="test"