diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 01:19:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 01:19:38 +0000 |
commit | 463182d9027381286d3b57c354a098fdb0ff1794 (patch) | |
tree | 141eb4dcb67b7df834190ba5dc032c215380cb0e /dev-python/sentry-sdk | |
parent | dev-python/sentry-sdk: use EPYTEST_IGNORE to skip whole test files too (diff) | |
download | gentoo-463182d9027381286d3b57c354a098fdb0ff1794.tar.gz gentoo-463182d9027381286d3b57c354a098fdb0ff1794.tar.bz2 gentoo-463182d9027381286d3b57c354a098fdb0ff1794.zip |
dev-python/sentry-sdk: completely skip hanging test (test_transport_works)
Bug: https://bugs.gentoo.org/819864
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sentry-sdk')
-rw-r--r-- | dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild index c3d2764d4363..c65ac5cb7e1e 100644 --- a/dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild @@ -53,7 +53,7 @@ python_test() { local EPYTEST_DESELECT=( # hangs - 'tests/test_transport.py::test_transport_works[eventlet' + 'tests/test_transport.py::test_transport_works' # TODO 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error' tests/test_client.py::test_databag_depth_stripping |