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

Add support for Python 3.7 and fix deprecation warnings #174

Merged
merged 5 commits into from Oct 13, 2018
Merged

Add support for Python 3.7 and fix deprecation warnings #174

merged 5 commits into from Oct 13, 2018

Conversation

hugovk
Copy link

@hugovk hugovk commented Oct 13, 2018

================================================= 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
  • And fixes this deprecation warning in pytest (with Python 2.7 and 3.7):
================================================= 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,

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

@coveralls
Copy link

Coverage Status

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

3 similar comments
@coveralls
Copy link

Coverage Status

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

@coveralls
Copy link

Coverage Status

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

@coveralls
Copy link

Coverage Status

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

@jhermann jhermann merged commit c9fb195 into DiffSK:master Oct 13, 2018
@jhermann
Copy link
Collaborator

Thanks.

@hugovk
Copy link
Author

hugovk commented Oct 13, 2018

You're welcome!

@hugovk hugovk deleted the add-3.7 branch October 13, 2018 15:46
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

Successfully merging this pull request may close these issues.

None yet

3 participants