Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Tue, 04 Aug 2020 04:28:58
Message-Id: 1596515327.abadfcde10dca256041fb9fd8a3ea930f7d1a3ff.sam@gentoo
1 commit: abadfcde10dca256041fb9fd8a3ea930f7d1a3ff
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 04:28:47 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 04:28:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abadfcde
7
8 dev-python/sentry-sdk: shift test restriction
9
10 The restriction was intended for the earlier version.
11
12 This version will get cleaned up after a few days,
13 but the tests can't run with the current *_test
14 implementation anyway - they fail because src/
15 doesn't exist.
16
17 There are other problems with running tests
18 in the latest version, but we will get there
19 eventually by packaging some dependencies.
20
21 Package-Manager: Portage-3.0.1, Repoman-2.3.23
22 Signed-off-by: Sam James <sam <AT> gentoo.org>
23
24 dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild | 2 ++
25 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 1 -
26 2 files changed, 2 insertions(+), 1 deletion(-)
27
28 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
29 index 6687c9c45aa..7cf55716208 100644
30 --- a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
31 +++ b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild
32 @@ -22,6 +22,8 @@ RDEPEND="
33 dev-python/certifi
34 "
35
36 +RESTRICT="test"
37 +
38 python_test() {
39 cd "${S}"/src || die
40 "${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
41
42 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
43 index 37bcbc7c750..180866d812c 100644
44 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
45 +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
46 @@ -23,4 +23,3 @@ RDEPEND="
47
48 # No tests for now
49 # Need unpackaged: executing, fakeredis
50 -RESTRICT="test"