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

Fix the Invalid argument error #532

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Fix the Invalid argument error #532

merged 1 commit into from
Feb 10, 2023

Conversation

Zlopez
Copy link
Collaborator

@Zlopez Zlopez commented Jan 30, 2023

This change will fix the error happening with zmq >= 23. hasattr still returned true even if the HWM can't be used anymore in zeromq 3+. This will rather check, if the version string for zeromq starts with 2. More details about this issue could be found in https://pagure.io/fedora-infrastructure/issue/11023

This change will fix the error happening with zmq >= 23. `hasattr` still returned true even if the `HWM` can't be used anymore in zeromq 3+. This will rather check, if the version string for zeromq starts with `2.`
More details about this issue could be found in https://pagure.io/fedora-infrastructure/issue/11023
@nirik
Copy link
Member

nirik commented Jan 30, 2023

Travis? yikes... I will see if I can disable that. We should setup other ci here.

Copy link
Member

@nirik nirik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is confused because I removed travisci while it was trying to use it?

Not sure, but anyhow.. +1!

@nirik nirik merged commit 52611dc into develop Feb 10, 2023
@Zlopez Zlopez deleted the Zlopez-patch-1 branch February 14, 2023 13:48
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.

2 participants