roniemartinez / DocCron

Schedule with Docstrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove warning: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

roniemartinez opened this issue · comments

tests/test_quartz.py:8
  /home/travis/build/Code-ReaQtor/DocCron/tests/test_quartz.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 Iterator
tests/test_simple.py:8
  /home/travis/build/Code-ReaQtor/DocCron/tests/test_simple.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

NOTE: Added to Compatibility milestone to support future Python versions