Skip to content
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

Enable the reticulate runtime by default #6487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dfalbel
Copy link
Contributor

@dfalbel dfalbel commented Feb 26, 2025

The reticulate runtime manager only has effects if there's a R runtime available.

Release Notes

New Features

  • Enable the reticulate integration by default.

Bug Fixes

  • N/A

QA Notes

@:reticulate

Copy link

github-actions bot commented Feb 26, 2025

E2E Tests 🚀
This PR will run tests tagged with: @:critical @:reticulate

readme  valid tags

@jmcphers
Copy link
Collaborator

@dfalbel This PR has a few test failures that look like they might be related to the changes -- could you retry the tests if the failures look spurious, or investigate?

    Error: Timed out 90000ms waiting for expect(locator).toHaveText(expected)

    Locator: locator('.console-instance[style*="z-index: auto"] .active-line-number')
    Expected string: ">>>"
    Received: <element(s) not found>
    Call log:
      - expect.toHaveText with timeout 90000ms
      - waiting for locator('.console-instance[style*="z-index: auto"] .active-line-number')

@dfalbel dfalbel force-pushed the reticulate/default branch from 9f5b1a8 to b786d85 Compare March 3, 2025 10:59
@dfalbel
Copy link
Contributor Author

dfalbel commented Mar 3, 2025

Indeed the reticulate Python runtime is getting picked up by some tests and it might not have the installed packages and take longer to initialize. I'll investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants