mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
azure pipelines [skip travis] [skip appveyor]
This commit is contained in:
parent
09e64e8ff6
commit
9c6edab726
9 changed files with 72 additions and 85 deletions
|
|
@ -30,8 +30,8 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
|
|||
|
||||
|
||||
skipif_cant_run_docker = pytest.mark.skipif(
|
||||
docker_is_running() is False,
|
||||
reason='Docker isn\'t running or can\'t be accessed',
|
||||
os.name == 'nt' or not docker_is_running(),
|
||||
reason="Docker isn't running or can't be accessed",
|
||||
)
|
||||
|
||||
skipif_cant_run_swift = pytest.mark.skipif(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue