Commit 2a7b18d
committed
chore(deps): bump libtmux floor to 0.55.1
libtmux 0.55.1 ships the pytest-plugin socket-reaper fix
(tmux-python/libtmux#661) so the `server` / `TestServer` fixtures now
kill the tmux daemon AND unlink the socket file under
`/tmp/tmux-<uid>/` on teardown. This bumps the runtime floor and
refreshes uv.lock so CI and fresh installs pick up the fix.
Verified locally: after the bump, `uv run pytest` leaves a single
residual socket per run (down from thousands accumulating across
runs pre-fix). The remaining straggler originates outside the
standard fixture teardown path and is a separate, minor issue —
not a regression.
Supersedes the local conftest reaper proposed in
#23; that PR can now be closed without merge.1 parent 58af71f commit 2a7b18d
3 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments