Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee80f62 commit 64a6535Copy full SHA for 64a6535
1 file changed
testing/util.py
@@ -31,7 +31,7 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
31
32
skipif_cant_run_docker = pytest.mark.skipif(
33
os.name == 'nt' or not docker_is_running(),
34
- reason="Docker isn't running or can't be accessed",
+ reason="Docker isn't running or can't be accessed",
35
)
36
37
skipif_cant_run_swift = pytest.mark.skipif(
0 commit comments