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

DeprecationWarning Using or importing the ABCs from 'collections' (hostkeys) #1412

Closed
jaraco opened this issue Mar 13, 2019 · 2 comments
Closed

Comments

@jaraco
Copy link
Contributor

jaraco commented Mar 13, 2019

When running tests on a package that imports paramiko:

.tox/python/lib/python3.7/site-packages/paramiko/hostkeys.py:23
  .../.tox/python/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableMapping
@JoshKarpel
Copy link
Contributor

I made a PR that fixes this a while ago, but it doesn't seem like any maintainers have looked at it: #1378

@bitprophet
Copy link
Member

Rolling this into that PR.

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

No branches or pull requests

3 participants