Open
Add CI smoke test for Python/reticulate setup#130
Conversation
Copilot
AI
changed the title
[WIP] Add lightweight test for Python environment validation
Add CI smoke test for Python/reticulate setup
Jul 31, 2026
tkswanson
marked this pull request as ready for review
July 31, 2026 20:08
tkswanson
force-pushed
the
copilot/create-lightweight-test-file
branch
from
July 31, 2026 20:11
9b862cb to
9c41f52
Compare
tkswanson
force-pushed
the
copilot/create-lightweight-test-file
branch
from
July 31, 2026 20:31
9c41f52 to
301b142
Compare
8 tasks
Removed the '--no-tests' argument from rcmdcheck to begin testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a lightweight testthat smoke test to validate the CI Python setup before the broader suite runs. It verifies that Python 3.12, the
animl_envvirtual environment,animl-py, and the package’s reticulate wiring are all available as expected.New CI smoke test
tests/testthat/test-python_setup.REnvironment checks
animl_envexists viareticulate::virtualenv_exists("animl_env")3.12animl-py import validation
animlPython module is available to reticulateanimldirectly and checks that the imported module is also present inaniml:::.animl_internal$animl_pyReticulate integration check
reticulate::py_config()matchessys.executable