diff --git a/testing/util.py b/testing/util.py index d82612fa..9ea86c7c 100644 --- a/testing/util.py +++ b/testing/util.py @@ -30,7 +30,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(), + not docker_is_running(), reason="Docker isn't running or can't be accessed", )