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 test cases failing with "ValueError: q must be exactly 160, 224, or 256 bits long" #448

Closed
Noordsestern opened this issue Aug 23, 2024 · 1 comment · Fixed by #453
Closed
Labels
help wanted Extra help appreciated infrastructure necessary, but not part of the library. CI, tests etc.
Milestone

Comments

@Noordsestern
Copy link
Member

We have 5 failing test cases all with the same error message:

ValueError: q must be exactly 160, 224, or 256 bits long

We cannot track down anymore how long this error exists, as the logs of workflow executions are not archived by Github. It seems like and outdated encyrption algorithm may be the cause: https://stackoverflow.com/questions/75452354/paramiko-rsakey-private-key-file-is-encrypted

PR #439 might help to solve this.

@Noordsestern Noordsestern added this to the v4.0 milestone Aug 23, 2024
@Noordsestern Noordsestern added help wanted Extra help appreciated infrastructure necessary, but not part of the library. CI, tests etc. labels Aug 29, 2024
@Noordsestern
Copy link
Member Author

The issue was that usernames that would not exist has been used: fabric/fabric#2182 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra help appreciated infrastructure necessary, but not part of the library. CI, tests etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant