commit:     fd5984de4458a08a302e463973ff9c8a03566af5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 10:09:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 10:09:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5984de

dev-python/sentry-sdk: Remove old

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

 dev-python/sentry-sdk/Manifest                 |   4 -
 dev-python/sentry-sdk/sentry-sdk-1.16.0.ebuild | 106 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild | 106 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.18.0.ebuild | 108 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.19.0.ebuild | 109 -------------------------
 5 files changed, 433 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index f7b6941074af..f752ac13ef8b 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,6 +1,2 @@
-DIST sentry-python-1.16.0.gh.tar.gz 325763 BLAKE2B 
e53f6051a74065950c4f1ce9010a87071b4a715990643cb7e955411ffb784fabc7ca6f2ade3cc6c66eb0718c6fc4993c6035763a0937b8a1cd66289f3f026806
 SHA512 
7f46f6c66b0e4f97e7f64a0eba9c396fbb9ab95607ba8ecb4880bb117c4f3fff7881a6787ea814981bdfabd84ea2b172c878821877403852661e746b6fe666bb
-DIST sentry-python-1.17.0.gh.tar.gz 332229 BLAKE2B 
5c94f80d8cbe9582fe03e948c74e37024c4d6fce4f6293bdb755ada0651c5a898db23826d23ed7e31845b7426c3f6a52014e0f4226b9810f13222a700e063f91
 SHA512 
e3f0b9287f703e36f55bb96f31a76638b99fc66f4cf6898ddcddeb57a5ee27a3d782815c9dae9cd1177ff7f5c606e62b7807adada1f841294f3b6d7449d950e1
-DIST sentry-python-1.18.0.gh.tar.gz 338306 BLAKE2B 
5af147598af6fd9d03f9931bf6d1519d3c307e16bab188a14ed3e9956060d7c6c65b386d330f5674be1cc7f2147c1e78c7901ce2ef46198887d86ebff0614f7e
 SHA512 
250ea5f4374218672e240893c14ecb7ca22654c673f0a44cc00ca4099ea1d27b749be59c3004de68be3f79cdfbef7e614d1ec5506f3c1eb1699a440eb6387907
-DIST sentry-python-1.19.0.gh.tar.gz 345791 BLAKE2B 
f0cc7b4bad7f3ede98c254dac40ab49392edd92b36adbef0aac277a4ff14e4f8b27cf8ef602a6ac768ab8e6fb04fa05b3220a0b87a24ed280462fe5c0dc349bf
 SHA512 
ced2fe549e40c189ab31a8af6bae857357aaa5ea1b0f4cccf1d5a0e6d332375cc72257fbc45e81335ac3ff37f705e9e73cfc551ad4320d7150614cedac948338
 DIST sentry-python-1.19.1.gh.tar.gz 345933 BLAKE2B 
0b6912553b41fe14b14a4199756f54e9870819c9bf15a91253889c43b3b93d63d09d9cbe96ec35b83a2d966990549e2043543506abeefa0320ff6098e8ea8304
 SHA512 
ca2f701904fc9d38ce89a2e085d30b4d4f532878a383a20016d0b5763b4d1e34fd1f6bd87c8aecb46f40e5b5bdc6b8021fb6154df28d1cd50f634326c1b3f499
 DIST sentry-python-1.20.0.gh.tar.gz 345505 BLAKE2B 
e95225188a74f4d9e67f6044bcf3bbeccacc31c455a652d8233350d138c20ee9f356e56aab98a1c2f764917d79426e10a810cb6c18cfabcc5f606ec21c42f7e8
 SHA512 
6c162d44cc3b38a9aa192a7153d52e93424950e1020cd2d6ea8e61d23b3d41ca169e3dde7c0355e5da2ed45ce39c41322d6e0f239d6e00e30a55540db796f968

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.16.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.16.0.ebuild
deleted file mode 100644
index f842e3729450..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.16.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-DESCRIPTION="Python client for Sentry"
-HOMEPAGE="
-       https://sentry.io/
-       https://github.com/getsentry/sentry-python/
-       https://pypi.org/project/sentry-sdk/
-"
-SRC_URI="
-       https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-       dev-python/urllib3[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/django[${PYTHON_USEDEP}]
-               dev-python/executing[${PYTHON_USEDEP}]
-               dev-python/fakeredis[${PYTHON_USEDEP}]
-               dev-python/flask-login[${PYTHON_USEDEP}]
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pyrsistent[${PYTHON_USEDEP}]
-               dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-               dev-python/pytest-forked[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # tests require Internet access
-       tests/integrations/httpx/test_httpx.py
-       tests/integrations/requests/test_requests.py
-       tests/integrations/stdlib/test_httplib.py
-       tests/integrations/flask/test_flask.py
-       tests/integrations/django/test_basic.py
-       # wtf is it supposed to do?!
-       tests/integrations/gcp/test_gcp.py
-       # broken by rq-1.10.1 (optional dep)
-       tests/integrations/rq/test_rq.py
-       # fastapi is not packaged
-       tests/integrations/asgi/test_fastapi.py
-       # TODO
-       tests/integrations/bottle
-       # TODO: causes breakage in other tests
-       tests/integrations/starlette
-       # TODO
-       tests/integrations/tornado
-       # requires mockupdb
-       tests/integrations/pymongo
-)
-
-EPYTEST_DESELECT=(
-       # hangs
-       '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
-       tests/test_client.py::test_databag_string_stripping
-       tests/test_client.py::test_databag_breadth_stripping
-       
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
-       tests/integrations/asgi/test_asgi.py::test_websocket
-       tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
-       
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
-       # incompatible version?
-       tests/integrations/falcon/test_falcon.py
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
-       # test_circular_references: apparently fragile
-       
'tests/integrations/threading/test_threading.py::test_circular_references'
-       # test for new feature, fails with IndexError
-       
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
-       # TODO
-       
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
-       
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
-       tests/test_profiler.py::test_sample_buffer
-       tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-       tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-       tests/test_profiler.py::test_thread_scheduler_single_background_thread
-       # broken with py3.11, *shrug*
-       tests/test_profiler.py::test_extract_stack_with_max_depth
-       # TODO
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild
deleted file mode 100644
index f02570ff1556..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-DESCRIPTION="Python client for Sentry"
-HOMEPAGE="
-       https://sentry.io/
-       https://github.com/getsentry/sentry-python/
-       https://pypi.org/project/sentry-sdk/
-"
-SRC_URI="
-       https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       dev-python/urllib3[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/django[${PYTHON_USEDEP}]
-               dev-python/executing[${PYTHON_USEDEP}]
-               dev-python/fakeredis[${PYTHON_USEDEP}]
-               dev-python/flask-login[${PYTHON_USEDEP}]
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pyrsistent[${PYTHON_USEDEP}]
-               dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-               dev-python/pytest-forked[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # tests require Internet access
-       tests/integrations/httpx/test_httpx.py
-       tests/integrations/requests/test_requests.py
-       tests/integrations/stdlib/test_httplib.py
-       tests/integrations/flask/test_flask.py
-       tests/integrations/django/test_basic.py
-       # wtf is it supposed to do?!
-       tests/integrations/gcp/test_gcp.py
-       # broken by rq-1.10.1 (optional dep)
-       tests/integrations/rq/test_rq.py
-       # fastapi is not packaged
-       tests/integrations/asgi/test_fastapi.py
-       # TODO
-       tests/integrations/bottle
-       # TODO: causes breakage in other tests
-       tests/integrations/starlette
-       # TODO
-       tests/integrations/tornado
-       # requires mockupdb
-       tests/integrations/pymongo
-)
-
-EPYTEST_DESELECT=(
-       # hangs
-       '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
-       tests/test_client.py::test_databag_string_stripping
-       tests/test_client.py::test_databag_breadth_stripping
-       
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
-       tests/integrations/asgi/test_asgi.py::test_websocket
-       tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
-       
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
-       # incompatible version?
-       tests/integrations/falcon/test_falcon.py
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
-       # test_circular_references: apparently fragile
-       
'tests/integrations/threading/test_threading.py::test_circular_references'
-       # test for new feature, fails with IndexError
-       
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
-       # TODO
-       
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
-       
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
-       tests/test_profiler.py::test_sample_buffer
-       tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-       tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-       tests/test_profiler.py::test_thread_scheduler_single_background_thread
-       # broken with py3.11, *shrug*
-       tests/test_profiler.py::test_extract_stack_with_max_depth
-       # TODO
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.18.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.18.0.ebuild
deleted file mode 100644
index f04128372c64..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.18.0.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-DESCRIPTION="Python client for Sentry"
-HOMEPAGE="
-       https://sentry.io/
-       https://github.com/getsentry/sentry-python/
-       https://pypi.org/project/sentry-sdk/
-"
-SRC_URI="
-       https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       dev-python/urllib3[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/django[${PYTHON_USEDEP}]
-               dev-python/executing[${PYTHON_USEDEP}]
-               dev-python/fakeredis[${PYTHON_USEDEP}]
-               dev-python/flask-login[${PYTHON_USEDEP}]
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pyrsistent[${PYTHON_USEDEP}]
-               dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-               dev-python/pytest-forked[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # tests require Internet access
-       tests/integrations/httpx/test_httpx.py
-       tests/integrations/requests/test_requests.py
-       tests/integrations/stdlib/test_httplib.py
-       tests/integrations/flask/test_flask.py
-       tests/integrations/django/test_basic.py
-       # wtf is it supposed to do?!
-       tests/integrations/gcp/test_gcp.py
-       # broken by rq-1.10.1 (optional dep)
-       tests/integrations/rq/test_rq.py
-       # fastapi is not packaged
-       tests/integrations/asgi/test_fastapi.py
-       # TODO
-       tests/integrations/bottle
-       # TODO: causes breakage in other tests
-       tests/integrations/starlette
-       # TODO
-       tests/integrations/tornado
-       # requires mockupdb
-       tests/integrations/pymongo
-)
-
-EPYTEST_DESELECT=(
-       # hangs
-       '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
-       tests/test_client.py::test_databag_string_stripping
-       tests/test_client.py::test_databag_breadth_stripping
-       
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
-       tests/integrations/asgi/test_asgi.py::test_websocket
-       tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
-       
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
-       # incompatible version?
-       tests/integrations/falcon/test_falcon.py
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
-       # test_circular_references: apparently fragile
-       
'tests/integrations/threading/test_threading.py::test_circular_references'
-       # test for new feature, fails with IndexError
-       
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
-       # TODO
-       
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
-       
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
-       tests/test_profiler.py::test_sample_buffer
-       tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-       tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-       tests/test_profiler.py::test_thread_scheduler_single_background_thread
-       # broken with py3.11, *shrug*
-       tests/test_profiler.py::test_extract_stack_with_max_depth
-       # TODO
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-       tests/test_scrubber.py::test_breadcrumb_extra_scrubbing
-       tests/test_scrubber.py::test_span_data_scrubbing
-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.19.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.19.0.ebuild
deleted file mode 100644
index 1152c2fde46c..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.19.0.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-DESCRIPTION="Python client for Sentry"
-HOMEPAGE="
-       https://sentry.io/
-       https://github.com/getsentry/sentry-python/
-       https://pypi.org/project/sentry-sdk/
-"
-SRC_URI="
-       https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       dev-python/urllib3[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/django[${PYTHON_USEDEP}]
-               dev-python/executing[${PYTHON_USEDEP}]
-               dev-python/fakeredis[${PYTHON_USEDEP}]
-               dev-python/flask-login[${PYTHON_USEDEP}]
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pyrsistent[${PYTHON_USEDEP}]
-               dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-               dev-python/pytest-forked[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # tests require Internet access
-       tests/integrations/httpx/test_httpx.py
-       tests/integrations/requests/test_requests.py
-       tests/integrations/stdlib/test_httplib.py
-       tests/integrations/flask/test_flask.py
-       tests/integrations/django/test_basic.py
-       tests/integrations/socket/test_socket.py
-       # wtf is it supposed to do?!
-       tests/integrations/gcp/test_gcp.py
-       # broken by rq-1.10.1 (optional dep)
-       tests/integrations/rq/test_rq.py
-       # fastapi is not packaged
-       tests/integrations/asgi/test_fastapi.py
-       # TODO
-       tests/integrations/bottle
-       # TODO: causes breakage in other tests
-       tests/integrations/starlette
-       # TODO
-       tests/integrations/tornado
-       # requires mockupdb
-       tests/integrations/pymongo
-)
-
-EPYTEST_DESELECT=(
-       # hangs
-       '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
-       tests/test_client.py::test_databag_string_stripping
-       tests/test_client.py::test_databag_breadth_stripping
-       
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
-       tests/integrations/asgi/test_asgi.py::test_websocket
-       tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
-       
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
-       # incompatible version?
-       tests/integrations/falcon/test_falcon.py
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_large_event_not_truncated
-       # test_circular_references: apparently fragile
-       
'tests/integrations/threading/test_threading.py::test_circular_references'
-       # test for new feature, fails with IndexError
-       
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
-       # TODO
-       
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
-       
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
-       tests/test_profiler.py::test_sample_buffer
-       tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-       tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-       tests/test_profiler.py::test_thread_scheduler_single_background_thread
-       # broken with py3.11, *shrug*
-       tests/test_profiler.py::test_extract_stack_with_max_depth
-       # TODO
-       
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-       tests/test_scrubber.py::test_breadcrumb_extra_scrubbing
-       tests/test_scrubber.py::test_span_data_scrubbing
-)

Reply via email to