-
Notifications
You must be signed in to change notification settings - Fork 4
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
pamqp dependency necessary? #112
Comments
Looking at the history it seems that @muhrin added it so I don't know whether it can be removed. Note, however, that |
@ltalirz , just to answer the question on whether this check is necessary. Yes, we do want it, as the |
nevermind, I was wrong about it, the |
kiwipy depends directly on
pamqp
because of this single check:kiwipy/kiwipy/rmq/threadcomms.py
Line 261 in adf373e
This dependency was not made explicit in the
setup.py
, and the pre-commit pylint checks alert us to the fact that the API of pamqp 3 has changed.@sphuber @chrisjsewell @muhrin Is this dependency really necessary for this check?
Or could it be replaced by checking against some type in one of the other packages we also depend on?
The text was updated successfully, but these errors were encountered: