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

Adjust to upcoming Python 3.8 / fix deprecation warning #27

Closed
ccwienk opened this issue Dec 24, 2018 · 1 comment
Closed

Adjust to upcoming Python 3.8 / fix deprecation warning #27

ccwienk opened this issue Dec 24, 2018 · 1 comment

Comments

@ccwienk
Copy link

ccwienk commented Dec 24, 2018

When using ensure in unittests run with pytest with Python3.7, the following warning is emitted:

site-packages/ensure/__init__.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

So I suppose this should not be hard to fix, but it would be a good idea to do so.

@kislyuk
Copy link
Owner

kislyuk commented Jan 14, 2019

Released in v0.8.1, thanks.

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

2 participants