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
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.
The text was updated successfully, but these errors were encountered:
When using ensure in unittests run with pytest with Python3.7, the following warning is emitted:
So I suppose this should not be hard to fix, but it would be a good idea to do so.
The text was updated successfully, but these errors were encountered: