giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.31k stars 1.39k forks source link

Use pytest instead of unittest #2446

Closed giampaolo closed 1 month ago

giampaolo commented 1 month ago

I recently did this for pyftpdlib https://github.com/giampaolo/pyftpdlib/pull/628.

Reasons:

giampaolo commented 1 month ago

Fixed in https://github.com/giampaolo/psutil/pull/2447, https://github.com/giampaolo/psutil/pull/2453, #2456, #2459, #2461.