Skip to content

Commit

Permalink
try to fix occasional windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 30, 2017
1 parent d717b45 commit 8291347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ def test_num_ctx_switches(self):
self.fail("num ctx switches still the same after 50.000 iterations")

def test_parent_ppid(self):
reap_children(recursive=True)
this_parent = os.getpid()
sproc = get_test_subprocess()
p = psutil.Process(sproc.pid)
Expand Down

0 comments on commit 8291347

Please sign in to comment.