diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-10 10:48:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-10 10:48:54 +0200 |
commit | cddc7e5f6b6035da1f3b5cc64df9edc6c9427123 (patch) | |
tree | 12bf64142a3e083729ff36a2a110cb53d911426f /dev-python/sentry-sdk | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.4.64 (diff) | |
download | gentoo-cddc7e5f6b6035da1f3b5cc64df9edc6c9427123.tar.gz gentoo-cddc7e5f6b6035da1f3b5cc64df9edc6c9427123.tar.bz2 gentoo-cddc7e5f6b6035da1f3b5cc64df9edc6c9427123.zip |
dev-python/sentry-sdk: Reenable executing-based tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sentry-sdk')
-rw-r--r-- | dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild | 11 |
1 files 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 bcf4bc997552..e22d0d3fa7a3 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 |