Enable docker tests on windows in CI

This commit is contained in:
Anthony Sottile 2019-08-03 15:34:34 -07:00
parent 07f66417dd
commit 5835e58103

View file

@ -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",
)