If i try to execute tests using pytest with python 3.10 i got the following error
TypeError: required field "lineno" missing from alias
Google says it's known problem, but i found no ways to solve it.
Tests start fine if i launch them with 3.9
This issue seems to be fixed in pytest version 6.2.5.
Please see: Fix assertion rewriting on Python 3.10
Update the pytest pypi:
pip install -U pytest