-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
PR #2198 and PR #2207 Fixed #2219
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2219 +/- ##
=======================================
Coverage 81.50% 81.50%
=======================================
Files 77 77
Lines 9522 9522
Branches 1151 1151
=======================================
Hits 7761 7761
Misses 1569 1569
Partials 192 192 ☔ View full report in Codecov by Sentry. |
@auvipy can you review this PR ? |
@@ -82,19 +82,7 @@ jobs: | |||
'py-kafka' | |||
] | |||
experimental: [false] | |||
include: | |||
- python-version: pypy3.10 | |||
toxenv: 'py-amqp' |
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.
Why does this part have to be removed? Can you explain please?
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.
Yes , I think pypy3.10 is required here for make certain workloads faster. I will undo the change .
You should check why integration tests are failing on pypy. Do protobuf work with pypy? If not you can skip pypy for grpc |
No description provided.