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

[3.9] bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) #23343

Merged
merged 1 commit into from Nov 17, 2020

Conversation

Copy link
Contributor

@miss-islington miss-islington commented Nov 17, 2020

Skip testing of pure Python PBKDF2 when one or more builtin hash module
is not available. Otherwise the import of hashlib prints noise on
stderr.

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 975022b)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue40637

Automerge-Triggered-By: GH:tiran

…-20980)

Skip testing of pure Python PBKDF2 when one or more builtin hash module
is not available. Otherwise the import of hashlib prints noise on
stderr.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 975022b)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Author

@miss-islington miss-islington commented Nov 17, 2020

@tiran: Status check is done, and it's a success .

@miss-islington
Copy link
Author

@miss-islington miss-islington commented Nov 17, 2020

@tiran: Status check is done, and it's a success .

@tiran tiran added the 🤖 automerge label Nov 17, 2020
@miss-islington
Copy link
Author

@miss-islington miss-islington commented Nov 17, 2020

@tiran: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 656d50f into python:3.9 Nov 17, 2020
10 checks passed
@miss-islington miss-islington deleted the backport-975022b-3.9 branch Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed 🤖 automerge skip news tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants