-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add future=True to frame calls #1305
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
* Upgrade pylint to 2.12.2 * Default Python in the CI is now python 3.8 * Remove useless suppression for python 3.8 * Disable no-member for false positive with zipimport
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…eepsource-patch-1
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.
Hi, just some comments on the deprecation warning itself.
Co-authored-by: Jacob Walls <[email protected]>
This seems like an unrelated failure. Flaky test? |
Yes, we had the issue for other pipelines. I don't know what the problem is yet. Probably due to the new release of python 3.10. |
Resolved merge conflict, should be good |
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.
LGTM. Can we merge this in 2.9.1 @DanielNoord ?
I haven't look at the other changes to actual code yet, but note that in #1217 and #1235 we did not change the existing tests but added additional tests with the It is a bit nitpicky, but might be good to do here as well. It also means we can remove the lines with Edit: The changes itself can go in |
Yeah I hesitated doing that comment too. Having test for the old behavior is nice but I missed the fact that |
oh that's true. I'll fix that |
All done |
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.
LGTM! Test failures are again unrelated
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.
I'll let Daniel merge after his review :)
This builds upon #1263, the diff should be smaller once that is merged.
Type of Changes