Skip to content

Commit

Permalink
tasklist
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 17, 2023
1 parent 2889826 commit 3c4ae51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psutil/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,9 @@ def print_sysinfo():
print("=" * 70, file=sys.stderr) # NOQA
sys.stdout.flush()

if WINDOWS:
os.system("tasklist")


def _get_eligible_cpu():
p = psutil.Process()
Expand Down

0 comments on commit 3c4ae51

Please sign in to comment.