Skip to content

Commit d89486b

Browse files
committed
oh right, needs a no-cover for xfail
1 parent 2e47f2d commit d89486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/repository_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
535535
assert 'tins' in output
536536

537537

538-
@xfailif_windows
538+
@xfailif_windows # pragma: win32 no cover
539539
def test_additional_node_dependencies_installed(tempdir_factory, store):
540540
path = make_repo(tempdir_factory, 'node_hooks_repo')
541541
config = make_config_from_repo(path)

0 commit comments

Comments
 (0)