From 0b0ea8e55fb5eeb00074d25f9292a04cc70c82ef Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Thu, 18 Apr 2024 18:10:27 +0200 Subject: [PATCH] skip flaky test on netbsd --- psutil/tests/test_process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/psutil/tests/test_process.py b/psutil/tests/test_process.py index 44a5e8901..307d3dfa9 100755 --- a/psutil/tests/test_process.py +++ b/psutil/tests/test_process.py @@ -1468,6 +1468,7 @@ def clean_dict(d): MACOS_11PLUS, "macOS 11+ can't get another process environment, issue #2084", ) + @unittest.skipIf(NETBSD, "sometimes fails on `assert is_running()`") def test_weird_environ(self): # environment variables can contain values without an equals sign code = textwrap.dedent("""