From 1f3458be3139edd63d93e4a665240c90ad083c26 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Thu, 19 Dec 2024 10:49:35 +0100 Subject: [PATCH] try to fix some flaky tests 2 --- psutil/tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psutil/tests/test_process.py b/psutil/tests/test_process.py index 34add6515..84cc5bebd 100755 --- a/psutil/tests/test_process.py +++ b/psutil/tests/test_process.py @@ -846,7 +846,7 @@ def test_long_name(self): @pytest.mark.skipif(PYPY, reason="broken on PYPY") @pytest.mark.skipif(SUNOS, reason="broken on SUNOS") @pytest.mark.skipif(MACOS and not PY3, reason="broken MACOS + PY2") - @retry_on_failure + @retry_on_failure() def test_prog_w_funky_name(self): # Test that name(), exe() and cmdline() correctly handle programs # with funky chars such as spaces and ")", see: