Closed FinnLidbetter closed 3 years ago
One small nit, otherwise LGTM!
I fixed the CI on master, can you rebase? Thanks!
Ok great, thanks! I resolved the merge conflict through the UI here. Is this ok? I'm familiar with Gerrit but not GitHub for rebasing changes and I wasn't sure if pushing my locally rebased branch would still be associated with this same PR or whether it would be a new PR and whether or not that is desirable. I can push this change rebased on master as a single commit if that is preferable.
Thanks! I manually merge in master after rebasing to avoid the extra merge commit.
Fixes #11.
Gevent has been integrated into the tox build process the same as it is currently in the dramatiq project.
Added tests for log messages.
It could be good to wait until the next Dramatiq release such that is_gevent_active can be imported from dramatiq, rather than being re-defined here. But I'm not sure how soon that will be.