-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Unpin setproctitle, fixes #37727 #40289
Conversation
@richardliaw this is needed for ray + python 3.11 on conda-forge. Could we get some eyes on it? |
could you merge master back in? |
master was merged back in, there are still a number of failing CI jobs. Is that normal? |
Once again this is out of date with master. |
FWIW, the conda-forge 2.7.1 release incorporates this PR, which enables python3.11 packaging. |
Merging with master is an ongoing process. Until this can get some review it probably is not worth the effort. FWIW, this is working well on conda-forge, where it has already been adopted. Is there a reason not to do this? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
@mattip is this specific to conda-forge only and not pip? |
The version 1.2.2 in setup.py has wheels for python<3.10. |
I rebased the PR off master to make this mergable. |
Thanks @mattip! |
this part of the stack sort of in no mans land; doesn't map directly to any eng team.... @aslonnie @can-anyscale thoughts on merging this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accept to unblock, i think the change is safe;
if the code owners do not accept in the next few days I can help merge it
Signed-off-by: Tim Paine <[email protected]>
rebased on latest master just to make sure its still ok |
@can-anyscale please just merge it |
yes, merging, sorry for the delay |
Could be breaking this test https://github.com/orgs/anyscale/projects/76/views/1?pane=issue&itemId=64249695 and is blocking the release. I'll revert if confirmed in #45539. Thankks. |
I don't have access to that project page. What test is failing? Why isn't it failing in the CI here? |
I'll leave it to the anyscale team to ensure this eventually makes it in |
The problem is here ray/python/ray/tests/test_job.py Line 291 in c94140a
At this point
and
The long name for python has something to do with me running the tests in a virtual environment, I have a fix to allow tests to run locally, but that is not the problem. |
This is probable dvarrazzo/py-setproctitle#118, which is still open. |
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.