-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing context kwarg to _sentry_task_factory (#2267)
* Add missing context kwargs to _sentry_task_factory * Forward context to Task * Update _sentry_task_factory type comment * Added type annotations and unit tests * Suppress linter error * Fix import error in old Python versions * Fix again linter error * Fixed all mypy errors for real * Fix tests for Python 3.7 * Add pytest.mark.forked to prevent threading test failure --------- Co-authored-by: Daniel Szoke <[email protected]> Co-authored-by: Daniel Szoke <[email protected]>
- Loading branch information
1 parent
6f49e75
commit 838368c
Showing
2 changed files
with
205 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters