Skip to content

Skip any tests that required rust to be installed when it isn't available#3688

Closed
alsutton wants to merge 4 commits into
pre-commit:mainfrom
alsutton:skip_rust_tests_that_require_local_cargo
Closed

Skip any tests that required rust to be installed when it isn't available#3688
alsutton wants to merge 4 commits into
pre-commit:mainfrom
alsutton:skip_rust_tests_that_require_local_cargo

Conversation

@alsutton
Copy link
Copy Markdown

This marks as tests that rely on a local rust installation as "skipped" rather than "failed", which makes it easier to test the bootstrapping of a rust language install.

Trying to test the rust language bootstrapping meant either trying it on an environment with a local rust install, which would interfere with a test for the availability of rust, or manually working out which tests were failing and whether those failures were related to the lack of system rust installation or not.

Relates to: #3687 #3678

@asottile asottile closed this May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants