DiffSK / configobj

Python 3+ compatible port of the configobj library
https://configobj.readthedocs.org
Other
322 stars 76 forks source link

Add support for Python 3.7 and fix deprecation warnings #174

Closed hugovk closed 6 years ago

hugovk commented 6 years ago
================================================= warnings summary =================================================
/usr/local/lib/python3.7/site-packages/_pytest/config/findpaths.py:42: RemovedInPytest4Warning: [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.
  config=config,

/private/tmp/configobj/src/configobj/__init__.py:546: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  elif isinstance(value, collections.Mapping) and not unrepr:

-- Docs: https://docs.pytest.org/en/latest/warnings.html

-- Docs: https://docs.pytest.org/en/latest/warnings.html

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 81.503% when pulling fb66a35da3de066a5c1e961499cdb5e9208d61c8 on hugovk:add-3.7 into 5b5de48a53cbceced3172bcd569ba7b2df7bfe6f on DiffSK:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 81.503% when pulling fb66a35da3de066a5c1e961499cdb5e9208d61c8 on hugovk:add-3.7 into 5b5de48a53cbceced3172bcd569ba7b2df7bfe6f on DiffSK:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 81.503% when pulling fb66a35da3de066a5c1e961499cdb5e9208d61c8 on hugovk:add-3.7 into 5b5de48a53cbceced3172bcd569ba7b2df7bfe6f on DiffSK:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 81.503% when pulling fb66a35da3de066a5c1e961499cdb5e9208d61c8 on hugovk:add-3.7 into 5b5de48a53cbceced3172bcd569ba7b2df7bfe6f on DiffSK:master.

jhermann commented 6 years ago

Thanks.

hugovk commented 6 years ago

You're welcome!