mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
oh right, needs a no-cover for xfail
This commit is contained in:
@@ -535,7 +535,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
|
||||
assert 'tins' in output
|
||||
|
||||
|
||||
@xfailif_windows
|
||||
@xfailif_windows # pragma: win32 no cover
|
||||
def test_additional_node_dependencies_installed(tempdir_factory, store):
|
||||
path = make_repo(tempdir_factory, 'node_hooks_repo')
|
||||
config = make_config_from_repo(path)
|
||||
|
||||
Reference in New Issue
Block a user