-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
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
lit test broken for Python >= 3.12 #4671
Comments
The testsuite has been forking fine for me with pythont3.12 (though I don't run the gdb or the valgrind tests). Perhaps you need |
Depending on a package for two little version-string comparisons seems pretty silly IMO. Especially for nowadays uber-ancient gdb versions < 8. Ubuntu 20 has v9, Debian 10 v8. I guess we can simply remove those checks. |
kinke
added a commit
to kinke/ldc
that referenced
this issue
Jun 8, 2024
kinke
added a commit
to kinke/ldc
that referenced
this issue
Jun 8, 2024
kinke
added a commit
to kinke/ldc
that referenced
this issue
Jun 10, 2024
kinke
added a commit
to kinke/ldc
that referenced
this issue
Jun 11, 2024
kinke
added a commit
that referenced
this issue
Jun 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.12 no longer has the
distutils
package.See ultrafunkamsterdam/undetected-chromedriver#1641 (comment) for possible fixes. I don't have
gdb
so can't really test what replacement works for the version testing.The text was updated successfully, but these errors were encountered: