We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0d4e2 commit 83e4f7fCopy full SHA for 83e4f7f
1 file changed
psutil/tests/test_process.py
@@ -1577,6 +1577,7 @@ class TestPopen(PsutilTestCase):
1577
def tearDownClass(cls):
1578
reap_children()
1579
1580
+ @pytest.mark.skipif(MACOS and GITHUB_ACTIONS, reason="hangs on OSX + CI")
1581
def test_misc(self):
1582
# XXX this test causes a ResourceWarning because
1583
# psutil.__subproc instance doesn't get properly freed.
0 commit comments