What's New
- CI fix:
_read_pidtests now use/tmpdirectly for the Unix socket path, avoidingOSError: AF_UNIX path too longon macOS CI where pytest tmpdir paths exceeded the 104-char limit. No library behavior changes.
Details
tests/test_daemon_server.py:test_read_pid_alive_processusestempfile.mktemp(suffix='.sock', dir='/tmp')tests/test_daemon_server_coverage.py:test_read_pid_validsame fix
Full Changelog: v0.1.49...v0.1.50