From 463182d9027381286d3b57c354a098fdb0ff1794 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 24 Oct 2021 01:19:38 +0000 Subject: dev-python/sentry-sdk: completely skip hanging test (test_transport_works) Bug: https://bugs.gentoo.org/819864 Signed-off-by: Sam James --- dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/sentry-sdk') 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 -- cgit v1.2.3-65-gdbad