giampaolo / psutil

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

Sockets should not be tested for being absolute paths #2435

Open befeleme opened 3 months ago

befeleme commented 3 months ago

Summary

Description

In Fedora CI environment some processes are represented like this: pmmap_ext(..., path='socket:[13840]', ...) They should not be tested for being the absolute paths.