Closed uhohitsjennaaa closed 8 months ago
In looking at recreate_function
in steps.py
, it looks like six
is referenced. The framework I am working in also requires six 1.12.0.
Sorry, I have barely enough time to keep this project working with the supported versions of python, I definitely won’t support an ancient version. You can always fork this project and fix that particular version.
I'm trying to implement pytest-bdd in an existing pytest framework, which uses pytest 3.0.4 and python 3.8. After installing pytest-bdd 3.1.0 (the last version to support this version of pytest), I get the following error:
This was previously reported in #354, but the resolution was simply to use a newer pytest-bdd version. Is it possible to fix this given my project requirements (pytest 3.0.4, python 3.8)?