mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-05 23:09:15 -05:00
+1
-1
@@ -31,7 +31,7 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
|
||||
|
||||
skipif_cant_run_docker = pytest.mark.skipif(
|
||||
os.name == 'nt' or not docker_is_running(),
|
||||
reason="Docker isn't running or can't be accessed",
|
||||
reason="Docker isn't running or can't be accessed",
|
||||
)
|
||||
|
||||
skipif_cant_run_swift = pytest.mark.skipif(
|
||||
|
||||
Reference in New Issue
Block a user