-
Notifications
You must be signed in to change notification settings - Fork 6k
fix CI issue (_nonwrappers)
#3769
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
Conversation
_nowrappers)
|
3.11 macos tests show passing even though there was an internal pytest error (looks like it was flaky, and not related to this PR). I believe it showed passing cause https://github.com/python-telegram-bot/python-telegram-bot/blob/master/.github/workflows/test.yml#L69 ran with no tests and then gave an exit code of 0. |
|
Ah, the pleasures of using protected members 🫠 Replacing one protected member with another one doesn't sound overly desirable to me TBH. Is there a way to do wtih with proper public API? How terrible do the GitHub Actions logs look like if we remove this custom plugin all together? |
|
superseded by #3776 |
plugin_github_group.py triggers exception when running CI tasks
AttributeError: '_HookCaller' object has no attribute '_nonwrappers'This attribute is indeed absent, however the attribute
._hookimplscontains the necessary keys.