pytest用pycharm debug运行(RuntimeError: cannot release un-acquired lock)解决
时间:2021-02-02 17:19:41
收藏:0
阅读:341
用pytest的debug模式运行一个测试脚本,出错

解决,在pycharm的启动设置中添加 GEVENT_SUPPORT=True, 如图:

原文:https://www.cnblogs.com/yeteng/p/14362444.html
评论(0)