sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Remove as many forked tests as possible

Open sl0thentr0py opened this issue 5 months ago • 1 comments

sl0thentr0py avatar Jun 30 '25 12:06 sl0thentr0py

Many of the django tests relied on forked tests because of how asgiref's async-sync bridge and concurrent.futures interact.

Now we patch concurrent.futures we can remove the forked.

See https://github.com/getsentry/sentry-python/pull/4770

alexander-alderman-webb avatar Oct 09 '25 12:10 alexander-alderman-webb