From de0375f4053613a1686d02cd1af63c2dd872f647 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 3 Mar 2021 22:17:11 +0100 Subject: [PATCH] fix decorator styling --- tests/repository_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,