From d89486b0f0b94c5a3f72d208e1d47e12ea07f104 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 10 May 2020 12:06:27 -0700 Subject: [PATCH] oh right, needs a no-cover for xfail --- tests/repository_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/repository_test.py b/tests/repository_test.py index 19f7c0b3..2ac78863 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -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)