Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2023
1 parent e5d400f commit 35bb665
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions psutil/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,11 +1301,6 @@ def assert_raises_nsp(fun, fun_name):
for fun, name in ns.iter(ns.all):
assert_raises_nsp(fun, name)

# NtQuerySystemInformation succeeds even if process is gone.
if WINDOWS and not GITHUB_ACTIONS:
normcase = os.path.normcase
self.assertEqual(normcase(p.exe()), normcase(PYTHON_EXE))

@unittest.skipIf(not POSIX, 'POSIX only')
def test_zombie_process(self):
parent, zombie = self.spawn_zombie()
Expand Down

0 comments on commit 35bb665

Please sign in to comment.