-
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
[BEAM-13590]Update Pytest version to support Python 3.10 #17791
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
R: @tvalentyn |
Run Python PreCommit |
Run Python 3.8 PostCommit |
Run Python PreCommit |
Took a quick look. please investigate if this is related to this change.
|
Yes. I will take a look |
Run Python PreCommit |
Codecov Report
@@ Coverage Diff @@
## master #17791 +/- ##
==========================================
- Coverage 74.02% 73.95% -0.07%
==========================================
Files 695 700 +5
Lines 91872 92526 +654
==========================================
+ Hits 68007 68428 +421
- Misses 22619 22852 +233
Partials 1246 1246
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I looked into it. pytest-cov needs to be updated as well because of pytest-dev/pytest-cov#412. Now everything passes. PTAL @tvalentyn |
Update pytest dependencies to support Python 3.10
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.