sentry-python
sentry-python copied to clipboard
Remove as many forked tests as possible
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