Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2022
1 parent f1b7d9c commit 22b2f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/languages/rust_test.py
Expand Up @@ -80,7 +80,7 @@ def mocked_find_executable(exe: str) -> str | None:

@pytest.mark.skipif(
cmd_output('cargo', '--version', retcode=None)[0] != 0,
reason="requires working system installation of rust/cargo",
reason='requires working system installation of rust/cargo',
)
def test_installs_with_system_rust(tmpdir):
tmpdir.join('src', 'main.rs').ensure().write(
Expand Down

0 comments on commit 22b2f38

Please sign in to comment.