-
Notifications
You must be signed in to change notification settings - Fork 217
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
Bump to Python 3.6 + 3.7 #379
Conversation
Codecov Report
@@ Coverage Diff @@
## master #379 +/- ##
=========================================
Coverage ? 60.26%
=========================================
Files ? 78
Lines ? 6145
Branches ? 809
=========================================
Hits ? 3703
Misses ? 2267
Partials ? 175
Continue to review full report at Codecov.
|
Hey, thank you for that. I think it also makes sense to add thriftpy2 to hbase section, so the ones who will be using frontera with hbase will get the right package. Have you checked the compatibility of happybase with thriftpy2 ? |
thriftpy2 is fully compatible with thriftpy according to their docs (and they are in the same organization), so it should be OK. I have included thriftpy2 additionally as a requirement of hbase. |
okay! merging |
test_zmq_message_bus()
sometimes fails, so I made the test flaky so that it will try to rerun the test one time if the first try fails