v0.1.49: Fix _read_pid test failures after socket connectivity check
What's New
- CI test fix: two
_read_pidtests were failing after the v0.1.48 socket connectivity check. Tests now bind a real Unix socket and patchget_socket_pathso the check passes correctly. No behavior changes to the library itself.
Details
tests/test_daemon_server.py:test_read_pid_alive_processbinds real Unix socket for connectivity checktests/test_daemon_server_coverage.py:test_read_pid_validsame fix
Full Changelog: v0.1.48...v0.1.49