@@ -502,10 +502,8 @@ def test_additional_dependencies_roll_forward(tempdir_factory, store):
502502 assert 'mccabe' not in cmd_output ('pip' , 'freeze' , '-l' )[1 ]
503503
504504
505- @xfailif_windows_no_ruby
506- def test_additional_ruby_dependencies_installed (
507- tempdir_factory , store ,
508- ): # pragma: no cover (non-windows)
505+ @xfailif_windows_no_ruby # pragma: windows no cover
506+ def test_additional_ruby_dependencies_installed (tempdir_factory , store ):
509507 path = make_repo (tempdir_factory , 'ruby_hooks_repo' )
510508 config = make_config_from_repo (path )
511509 config ['hooks' ][0 ]['additional_dependencies' ] = ['thread_safe' , 'tins' ]
@@ -518,10 +516,8 @@ def test_additional_ruby_dependencies_installed(
518516 assert 'tins' in output
519517
520518
521- @xfailif_broken_deep_listdir
522- def test_additional_node_dependencies_installed (
523- tempdir_factory , store ,
524- ): # pragma: no cover (non-windows)
519+ @xfailif_broken_deep_listdir # pragma: windows no cover
520+ def test_additional_node_dependencies_installed (tempdir_factory , store ):
525521 path = make_repo (tempdir_factory , 'node_hooks_repo' )
526522 config = make_config_from_repo (path )
527523 # Careful to choose a small package that's not depped by npm
0 commit comments