diff --git a/tests/repository_test.py b/tests/repository_test.py index 8ae4154de..d667a64bd 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -334,7 +334,7 @@ def test_run_a_ruby_hook(tempdir_factory, store): ) -@ xfailif_windows # pragma: win32 no cover +@xfailif_windows # pragma: win32 no cover def test_run_versioned_ruby_hook(tempdir_factory, store): _test_hook_repo( tempdir_factory, store, 'ruby_versioned_hooks_repo', @@ -344,7 +344,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store): ) -@ xfailif_windows # pragma: win32 no cover +@xfailif_windows # pragma: win32 no cover def test_run_ruby_hook_with_disable_shared_gems( tempdir_factory, store,