Skip to content

test_jsonyamlxml_parser: remove deprecated json.load encoding argument #159

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

Merged
merged 3 commits into from
Jun 5, 2021
Merged

test_jsonyamlxml_parser: remove deprecated json.load encoding argument #159

merged 3 commits into from
Jun 5, 2021

Conversation

cole-h
Copy link
Contributor

@cole-h cole-h commented Apr 23, 2021

It was deprecated in Python 3.1 and removed in Python 3.9.

Fixes #158.

Verified

This commit was signed with the committer’s verified signature.
edwtjo Edward Tjörnhammar
It was deprecated in Python 3.1 and removed in Python 3.9.
@pombredanne
Copy link
Member

Thanks. LGTM. The failures in CI are transient as @licquia has pending PRs to fix this!

Verified

This commit was signed with the committer’s verified signature.
edwtjo Edward Tjörnhammar

Verified

This commit was signed with the committer’s verified signature.
edwtjo Edward Tjörnhammar
@pombredanne pombredanne merged commit ffedd6a into spdx:master Jun 5, 2021
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.

Some tests fail on Python 3.9 with TypeError: __init__() got an unexpected keyword argument 'encoding'
2 participants