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