Commit 4420c4d
authored
Migrate to modern threading interface (#4452)
### PR Summary
This small PR resolves the `threading` library warnings, which you can
find in the [CI
logs](https://github.com/getsentry/sentry-python/actions/runs/15490014338/job/43613162178#step:6:3523):
```python
/home/runner/work/sentry-python/sentry-python/tests/conftest.py:608: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
mock_server_thread.setDaemon(True)
```
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>1 parent 7f8571c commit 4420c4d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments