TypeError: an integer is require
2020-11-23 本文已影响0人
Leoguo小哥
https://github.com/pytest-dev/pytest-bdd/issues/354
您正在使用哪个版本的pytest-bdd?
卸载本地安装的 pytest-bdd ,就可以了。
pip3 uninstall pytest-bdd==3.0.1
后续自己学习下
https://www.cnblogs.com/superhin/p/11454716.html