commit: 463182d9027381286d3b57c354a098fdb0ff1794 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 24 01:19:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 24 01:19:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463182d9
dev-python/sentry-sdk: completely skip hanging test (test_transport_works) Bug: https://bugs.gentoo.org/819864 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/sentry-sdk/sentry-sdk-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c3d2764d436..c65ac5cb7e1 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
