commit:     cddc7e5f6b6035da1f3b5cc64df9edc6c9427123
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 08:48:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 08:48:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddc7e5f

dev-python/sentry-sdk: Reenable executing-based tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 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 bcf4bc99755..e22d0d3fa7a 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
@@ -22,7 +22,9 @@ RDEPEND="
 "
 BDEPEND="
        test? (
+               dev-python/asttokens[${PYTHON_USEDEP}]
                <dev-python/dnspython-2[${PYTHON_USEDEP}]
+               dev-python/executing[${PYTHON_USEDEP}]
                dev-python/flask-login[${PYTHON_USEDEP}]
                dev-python/gevent[${PYTHON_USEDEP}]
                dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
@@ -40,9 +42,6 @@ distutils_enable_tests pytest
 
 python_test() {
        local deselect=(
-               # unpackaged 'executing'
-               --ignore tests/test_client.py
-               --ignore tests/integrations/django/test_basic.py
                # unpackaged 'fakeredis'
                --ignore tests/integrations/redis/test_redis.py
                --ignore tests/integrations/rq/test_rq.py
@@ -55,6 +54,12 @@ python_test() {
                # TODO
                --deselect
                
'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
+               --deselect
+               tests/test_client.py::test_databag_depth_stripping
+               --deselect
+               tests/test_client.py::test_databag_string_stripping
+               --deselect
+               tests/test_client.py::test_databag_breadth_stripping
                # test_filename: apparently unhappy about pytest being called 
pytest
                --deselect 'tests/utils/test_general.py::test_filename'
                # test_circular_references: apparently fragile

Reply via email to