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

Remove invalid checking on hashlib #914

Merged
merged 1 commit into from Jun 27, 2022
Merged

Remove invalid checking on hashlib #914

merged 1 commit into from Jun 27, 2022

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented Jun 27, 2022

  • hashlib does not support name as the kwargs argument
  • 'string' is not a keyword of kwargs

Fixes #865

Signed-off-by: Eric Brown eric_wade_brown@yahoo.com

* hashlib does not support a kwarg for name
* 'string' is not a keyword of kwargs
* sha is an undefined algorithm, only sha1

Fixes #865

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
@ericwb ericwb merged commit 0b56c57 into PyCQA:main Jun 27, 2022
@ericwb ericwb deleted the hashlib branch June 27, 2022 20:05
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.

Invalid checking in hashlib plugin
2 participants