commit: 4174db8cda8fd49c3b932e8e860c5d8b3c603b05
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 21:32:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]
<dev-python/dnspython-2[${PYTHON_USEDEP}]
dev-python/executing[${PYTHON_USEDEP}]
+ dev-python/fakeredis[${PYTHON_USEDEP}]
dev-python/flask-login[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
@@ -42,9 +43,6 @@ distutils_enable_tests pytest
python_test() {
local deselect=(
- # unpackaged 'fakeredis'
- --ignore tests/integrations/redis/test_redis.py
- --ignore tests/integrations/rq/test_rq.py
# tests require Internet access
--ignore tests/integrations/stdlib/test_httplib.py
--ignore tests/integrations/requests/test_requests.py