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

Warnings when running purest with collections.abc #83

Open
SmithSamuelM opened this issue Sep 26, 2018 · 1 comment
Open

Warnings when running purest with collections.abc #83

SmithSamuelM opened this issue Sep 26, 2018 · 1 comment

Comments

@SmithSamuelM
Copy link
Collaborator

$ pytest --ignore=src/didery/static/
======================================================== test session starts =========================================================
platform darwin -- Python 3.7.0, pytest-3.8.0, py-1.6.0, pluggy-0.7.1
rootdir: /Data/Code/private/reputage/didery, inifile:
plugins: falcon-0.4.2
collected 59 items

tests/controllers/test_errors.py .. [ 3%]
tests/controllers/test_history.py ................ [ 30%]
tests/controllers/test_otp_blob.py ........... [ 49%]
tests/controllers/test_relays.py ........ [ 62%]
tests/controllers/test_static_sinc.py . [ 64%]
tests/db/test_dbing.py ..................... [100%]

========================================================== warnings summary ==========================================================
/Data/Code/public/ioflo/ioflo/aid/osetting.py:13: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
class oset(collections.MutableSet):

/Data/Code/public/ioflo/ioflo/aid/eventing.py:10: 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 Set # both set and frozen set

/Data/Code/public/ioflo/ioflo/base/acting.py:8: 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 deque, Mapping

/Data/Code/public/ioflo/ioflo/aid/classing.py:8: 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 Iterable, Sequence

/Data/Code/public/ioflo/ioflo/aid/classing.py:148: 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 Generator

/Data/Code/public/ioflo/ioflo/base/logging.py:13: 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 deque, MutableSequence, MutableMapping, Mapping

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============================================== 59 passed, 6 warnings in 0.66 seconds ================================================
samuel@AiBook:/Data/Code/private/reputage/didery/
$

@SmithSamuelM
Copy link
Collaborator Author

will fix in ioflo

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

1 participant