Skip to content

Commit

Permalink
don't use a process pool if on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 7, 2024
1 parent c6a8fc9 commit ccecb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from psutil.tests import serialrun


USE_PROC_POOL = True
USE_PROC_POOL = not CI_TESTING


def proc_info(pid):
Expand Down

0 comments on commit ccecb6a

Please sign in to comment.