Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support py3.12: Add taskName to the list of default log attrs - #patch #71

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

schtibe
Copy link
Contributor

@schtibe schtibe commented Jan 16, 2025

In Python 3.12 the attribute taskName was introduced. This broke our unit tests, as they didn't expect this attribute to be there and added them to the list of extras.

Tested it also with python3.9, so I hope it shouldn't be a problem to introduce this in the existing version

In Python 3.12 the attribute `taskName` was introduced. This broke our
unit tests, as they didn't expect this attribute to be there and added
them to the list of extras
@github-actions github-actions bot changed the title Support py3.12: Add taskName to the list of default log attrs Support py3.12: Add taskName to the list of default log attrs - #patch Jan 16, 2025
@github-actions github-actions bot added the bug label Jan 16, 2025
@schtibe schtibe requested a review from ltshb January 16, 2025 10:45
@schtibe schtibe merged commit 460eccf into master Jan 16, 2025
5 checks passed
@schtibe schtibe deleted the fix-python-3.12 branch January 16, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants