Skip to content
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

gevent_zmq: import enums from pyzmq >= 23.0.0 #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chombourger
Copy link
Contributor

With pyzmq 23.0.0, constants were changed to enums and moved to the
constants module. Attempt to import all globals from it into our zmq
wrapper.

Closes: #251
Signed-off-by: Cedric Hombourger cedric.hombourger@siemens.com

With pyzmq 23.0.0, constants were changed to enums and moved to the
constants module. Attempt to import all globals from it into our zmq
wrapper.

Closes: 0rpc#251
Signed-off-by: Cedric Hombourger <cedric.hombourger@siemens.com>
@chombourger
Copy link
Contributor Author

@bombela for your review
tested OK on Debian 11 with pyzmq = 23.0.0 (tox run with #248 applied locally)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.6.3 is incompatible with pyzmq 23.0.0
1 participant