smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
57 stars 5 forks source link

Python 3.8 incompatibility: DeprecationWarning: collections.abc #37

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

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 commented 4 years ago

Thanks ! Should be fixed in 1.7.2