-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 support for Async operations on Worker #38
Conversation
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 38.46% 40.84% +2.37%
==========================================
Files 46 49 +3
Lines 1760 1944 +184
Branches 219 230 +11
==========================================
+ Hits 677 794 +117
- Misses 1061 1123 +62
- Partials 22 27 +5
Continue to review full report at Codecov.
|
This pull request introduces 1 alert when merging 5d28353 into 86a497c - view on LGTM.com new alerts:
|
Can you please add some tests for this code? |
Certainly. Thanks for the quick reply. |
This pull request introduces 1 alert when merging ac8c0ff into 86a497c - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 78138f1 into 86a497c - view on LGTM.com new alerts:
|
How do you run tests locally? |
I am sorry, but looks like I wont be able to add tests, the test suite is running with python 2 and the async keyword is not supported:
|
It's probably time to drop Python 2 support, feel free to make tests Python 3 only. |
Sounds good to me. |
I've just dropped Python 2 support in d181cb4 |
Do I need another release for 3.1 or we can ship async with 3.0? |
It will be with 3.0, there is no plan for it yet. |
examples/async.py
Outdated
|
||
import sys | ||
import pprint | ||
pp = pprint.PrettyPrinter(indent=4) |
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.
Seems like forgotten debugging code?
Scrutinizer failed with |
Merged, thanks for your contribution! |
Thanks, when do you think you can release 3.0? |
I think I can do it now :-) |
Awesome |
No description provided.