All unittests fails when running with python 3.11 on `ValueError`: ``` ValueError: AST node line range (7, 1) is not valid ``` (some tests fails on range (12,1)). It might be related to: https://github.com/python/cpython/issues/93351
All unittests fails when running with python 3.11 on
ValueError:(some tests fails on range (12,1)).
It might be related to: python/cpython#93351