mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
oh right, needs a no-cover for xfail
This commit is contained in:
parent
2e47f2dc72
commit
d89486b0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
|
||||||
assert 'tins' in output
|
assert 'tins' in output
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows
|
@xfailif_windows # pragma: win32 no cover
|
||||||
def test_additional_node_dependencies_installed(tempdir_factory, store):
|
def test_additional_node_dependencies_installed(tempdir_factory, store):
|
||||||
path = make_repo(tempdir_factory, 'node_hooks_repo')
|
path = make_repo(tempdir_factory, 'node_hooks_repo')
|
||||||
config = make_config_from_repo(path)
|
config = make_config_from_repo(path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue