-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[WIP][TESTS] Upgrade pypy to 3.11 #51966
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
base: master
Are you sure you want to change the base?
Conversation
The daily job keeps getting stuck in streaming tests, and after upgrading to pypy 3.11, they no longer hang, but started to fail. given that: The test coverage for I am wondering shall we just drop the support of |
That's too bad, @zhengruifeng .
|
@dongjoon-hyun Ok, I will just focus on fixing the workflow for now. |
Thank you! |
@dongjoon-hyun @HyukjinKwon it seems almost all remaining tests are broken
one failure seems related to pickle that the protocol between JVM and Python is broken
|
I checked the last successful run at Jun 25 and the first failure at Jun 27, the package versions are the same. And the commits between Jun 25 and Jun 27, haven't find a suspicious one. |
I merged the following to help you. |
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?