-
Couldn't load subscription status.
- Fork 20
Update to repo-config v0.13 #1186
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
We now use the new much simpler macros hooks in repo-config v0.12. Signed-off-by: Leandro Lucarella <[email protected]>
We need to make an exception for `PytestUnraisableExceptionWarning` because we have some cleanup issues, and sometimes exceptions are raised in `__del__` methods, for example when trying to do async stuff and the event loop is already closed. This could even be caused by the GC, some time after the test function that has the issue was completed. Signed-off-by: Leandro Lucarella <[email protected]>
This allows to get PRs that are easier to merge. Signed-off-by: Leandro Lucarella <[email protected]>
Use the new (old?) name ci.yaml for push/merge queue/etc and do some minor cleanup. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
|
Related to: |
|
I already switched PyPI back to publish from the |
We now also treat warnings as errors, although we had to make one exception because of the clean-up issues we have in the SDK.