Skip to content

Python 3.8 incompatibility: DeprecationWarning: collections.abc #37

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

Closed
jayvdb opened this issue Jan 13, 2020 · 1 comment
Closed

Python 3.8 incompatibility: DeprecationWarning: collections.abc #37

jayvdb opened this issue Jan 13, 2020 · 1 comment

Comments

@jayvdb
Copy link

jayvdb commented Jan 13, 2020

Python 3.7 is showing the following

pytest_steps/steps_generator.py:1: 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 as It

I guess that means it is broken on py38

@smarie smarie closed this as completed in d0f3662 Jan 16, 2020
@smarie
Copy link
Owner

smarie commented Jan 16, 2020

Thanks ! Should be fixed in 1.7.2

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