Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Thu, 10 Sep 2020 08:49:05
Message-Id: 1599727734.cddc7e5f6b6035da1f3b5cc64df9edc6c9427123.mgorny@gentoo
1 commit: cddc7e5f6b6035da1f3b5cc64df9edc6c9427123
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 08:48:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 08:48:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddc7e5f
7
8 dev-python/sentry-sdk: Reenable executing-based tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild | 11 ++++++++---
13 1 file changed, 8 insertions(+), 3 deletions(-)
14
15 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
16 index bcf4bc99755..e22d0d3fa7a 100644
17 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild
18 +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild
19 @@ -22,7 +22,9 @@ RDEPEND="
20 "
21 BDEPEND="
22 test? (
23 + dev-python/asttokens[${PYTHON_USEDEP}]
24 <dev-python/dnspython-2[${PYTHON_USEDEP}]
25 + dev-python/executing[${PYTHON_USEDEP}]
26 dev-python/flask-login[${PYTHON_USEDEP}]
27 dev-python/gevent[${PYTHON_USEDEP}]
28 dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
29 @@ -40,9 +42,6 @@ distutils_enable_tests pytest
30
31 python_test() {
32 local deselect=(
33 - # unpackaged 'executing'
34 - --ignore tests/test_client.py
35 - --ignore tests/integrations/django/test_basic.py
36 # unpackaged 'fakeredis'
37 --ignore tests/integrations/redis/test_redis.py
38 --ignore tests/integrations/rq/test_rq.py
39 @@ -55,6 +54,12 @@ python_test() {
40 # TODO
41 --deselect
42 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
43 + --deselect
44 + tests/test_client.py::test_databag_depth_stripping
45 + --deselect
46 + tests/test_client.py::test_databag_string_stripping
47 + --deselect
48 + tests/test_client.py::test_databag_breadth_stripping
49 # test_filename: apparently unhappy about pytest being called pytest
50 --deselect 'tests/utils/test_general.py::test_filename'
51 # test_circular_references: apparently fragile