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 22:03:31
Message-Id: 1599775402.4174db8cda8fd49c3b932e8e860c5d8b3c603b05.mgorny@gentoo
1 commit: 4174db8cda8fd49c3b932e8e860c5d8b3c603b05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 21:32:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 22:03:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4174db8c
7
8 dev-python/sentry-sdk: Enable fakeredis-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 | 4 +---
13 1 file changed, 1 insertion(+), 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 e22d0d3fa7a..d41d27d583c 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 @@ -25,6 +25,7 @@ BDEPEND="
20 dev-python/asttokens[${PYTHON_USEDEP}]
21 <dev-python/dnspython-2[${PYTHON_USEDEP}]
22 dev-python/executing[${PYTHON_USEDEP}]
23 + dev-python/fakeredis[${PYTHON_USEDEP}]
24 dev-python/flask-login[${PYTHON_USEDEP}]
25 dev-python/gevent[${PYTHON_USEDEP}]
26 dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
27 @@ -42,9 +43,6 @@ distutils_enable_tests pytest
28
29 python_test() {
30 local deselect=(
31 - # unpackaged 'fakeredis'
32 - --ignore tests/integrations/redis/test_redis.py
33 - --ignore tests/integrations/rq/test_rq.py
34 # tests require Internet access
35 --ignore tests/integrations/stdlib/test_httplib.py
36 --ignore tests/integrations/requests/test_requests.py