Update the release checklist with PERMITTED_SSH_AGENTS and NON_REENTRANT_SSH_AGENTS
Marco Ricci

Marco Ricci commited on 2026-03-29 13:33:51
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -19,7 +19,7 @@ Release checklist
19 19
     1.  `ruff format` / `hatch fmt -f`
20 20
     2.  `ruff check` / `hatch fmt -l`
21 21
     3.  `mypy` / `hatch run types:check`
22
-    4.  `coverage -m pytest ...` / `hatch test -acpqr` (set `PYTHON_CPU_COUNT` and `HYPOTHESIS_PROFILE`)
22
+    4.  `coverage -m pytest ...` / `hatch test -acpqr` (set `PYTHON_CPU_COUNT`, `HYPOTHESIS_PROFILE`, `PERMITTED_SSH_AGENTS` and `NON_REENTRANT_SSH_AGENTS` as appropriate)
23 23
     5.  move coverage database to different filename
24 24
 
25 25
 ???+ info "changelog"
26 26