-
Notifications
You must be signed in to change notification settings - Fork 8
feat: ros backend tests #75
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
Merged
Hofer-Julian
merged 27 commits into
prefix-dev:main
from
remimimimimi:feat/ros-backend-tests
Oct 20, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b8fb330
feat: ROS backend tests
remimimimimi d812151
fix lints
remimimimimi 6bd9f00
Rework testsuite to work with channel
remimimimimi 7fd0058
Remove .pixi from the original dir
remimimimimi 28ef57b
Specify local backends channel for each package
remimimimimi 94af84a
Add .env.ci
remimimimimi 38b1b9a
Add debug print
remimimimimi c873d47
fix download-artifacts script
remimimimimi 67e2f42
Remove legacy binaries support
remimimimimi c6e8075
Fix CI
remimimimimi e504199
Remove more code
remimimimimi 31676ae
Fix comments
remimimimimi 55d8243
Fix
remimimimimi 559bcb6
Fix
remimimimimi 234f61f
Revert "Fix"
remimimimimi 57d93db
Revert "Fix"
remimimimimi b548c83
Revert "Fix comments"
remimimimimi c8c243b
Merge branch 'main' into feat/ros-backend-tests
Hofer-Julian 37009ab
Reapply "Fix comments"
remimimimimi 524c940
Reapply "Fix"
remimimimimi 3b1b0da
Reapply "Fix"
remimimimimi 1544854
Fix variants tests
remimimimimi b6eba04
Bazinga
remimimimimi 874a755
fixed comments
remimimimimi 6721bdc
Update tests/integration_python/conftest.py
Hofer-Julian 2151aa6
remove redundant rmtree
remimimimimi bfc2a07
Remove .env.ci
remimimimimi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[mypy] | ||
strict = True | ||
exclude = tests/data/pypi-indexes | ||
exclude = tests/data/pypi-indexes|.*setup\.py | ||
files = tests,scripts | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.