如果我尝试使用带有 python 3.10 的 pytest 执行测试,我收到以下错误
TypeError: required field "lineno" missing from alias
Google 说这是已知问题,但我找不到解决它的方法。如果我用 3.9 启动它们,测试就可以开始了
5668 次
如果我尝试使用带有 python 3.10 的 pytest 执行测试,我收到以下错误
TypeError: required field "lineno" missing from alias
Google 说这是已知问题,但我找不到解决它的方法。如果我用 3.9 启动它们,测试就可以开始了