-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix failing python postcommits #27662
Conversation
R: @riteshghorse |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Confirmed the fix by running the test |
Run Python 3.11 PostCommit |
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, thanks for the quick fix!
Codecov Report
@@ Coverage Diff @@
## master #27662 +/- ##
==========================================
- Coverage 70.93% 70.93% -0.01%
==========================================
Files 861 861
Lines 104806 104807 +1
==========================================
Hits 74341 74341
- Misses 28907 28908 +1
Partials 1558 1558
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Bigquery tests are now passing in Py 3.11 PC. Other failures are not related to this change. Merging this one! |
Fixes #27643