Skip to content

Commit

Permalink
try to fix some flaky tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 19, 2024
1 parent c0e1eb1 commit 1f3458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f3458b

Please sign in to comment.