-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Fix ci flake error #37938
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
CI: Fix ci flake error #37938
Conversation
hmm on master, ok thanks |
@jreback I think an issue needs to be created to address this, it is the second time this happened: basically flake8 check doesn't detect Have seen it in #37923 and in #37703 , so ci checks ran successfully in those feature PRs, but actually they should have detected this unused import. |
hmm interesting, cc @MarcoGorelli |
when ive seen this in the past it has involved multiple PRs which independently are each correctly passed by flake8, only causing a problem when both are merged |
I think this is the issue - in #37584 I got this exact error during the PR CI IMO this makes the case for always asking to merge master rather than restarting CI jobs manually |
ehh, okay, i thought of this scenario as well, but just feel surprised to come across them twice recently thanks @MarcoGorelli @jbrockmendel shall I close the issue? |
I'll just dig through the logs to try to verify that that's actually what happened Just for reference, the exact same command is run during CI for both PRs and builds from master:
|
i closed #37940 thanks for checking out! @MarcoGorelli |
OK, got it - 3 days ago, Brock opened #37872 and #37865, both of which removed an instance of #37872 was merged first. Then, a couple of days later, #37865 was merged, without it having been updated with changes from |
Anyway, this looks right and passes relevant checks - merging so the CI checks are fixed |
came across it in ENH: Support MultiIndex columns in parquet (#34777) #36305