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 an import raising deprecation warning #57

Merged
merged 5 commits into from
May 10, 2021

Conversation

pnuu
Copy link
Member

@pnuu pnuu commented May 10, 2021

The current import from collections import Mapping raises a DeprecationWarning stating that it won't work in Python 3.9. This fixes the import.

@pnuu pnuu requested review from mraspaud, adybbroe and alexmaul May 10, 2021 07:11
@pnuu pnuu self-assigned this May 10, 2021
@pnuu
Copy link
Member Author

pnuu commented May 10, 2021

For tests to pass, #56 needs to be merged first and this PR to be updated.

@pnuu
Copy link
Member Author

pnuu commented May 10, 2021

The relevant complaint is now removed. Merging, and fixing the failing test of test_satpass.py on Python 3.7 in another PR.

@pnuu pnuu merged commit 993c982 into pytroll:main May 10, 2021
@pnuu pnuu deleted the fix-import-deprecation branch May 10, 2021 13:21
@pnuu pnuu mentioned this pull request Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated use of abstract base classes
1 participant