mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 10:31:46 +04:00
Enable docker tests on windows in CI
This commit is contained in:
parent
07f66417dd
commit
5835e58103
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue