You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
========================================================== 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
$ 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/
$
The text was updated successfully, but these errors were encountered: