We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All unittests fails when running with python 3.11 on ValueError:
ValueError
ValueError: AST node line range (7, 1) is not valid
(some tests fails on range (12,1)).
It might be related to: python/cpython#93351
The text was updated successfully, but these errors were encountered:
I really want to upgrade to 3.11 for my slash tests that depend on this. Let me know if I can help here.
slash
Sorry, something went wrong.
#22 fixes this for our project at https://github.com/intel/vaapi-fits.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: