docs: list more dependencies for running Python HTTP tests

Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Viktor Szakats <commit@vsz.me>
Closes #21110
This commit is contained in:
Dan Fandrich 2026-03-26 15:06:20 -07:00
parent b9690e9cd1
commit bae6237c45
2 changed files with 11 additions and 7 deletions

View file

@ -233,7 +233,7 @@ class EnvConfig:
if m:
self._caddy_version = m.group(1)
else:
raise RuntimeError(f'Unable to determine cadd version from: {p.stdout}')
raise RuntimeError(f'Unable to determine caddy version from: {p.stdout}')
self.vsftpd = self.config['vsftpd']['vsftpd']
if self.vsftpd == '':