newsapps / beeswithmachineguns

A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
http://apps.chicagotribune.com/
MIT License
6.43k stars 631 forks source link

paramiko out of date #235

Open sdarwin opened 10 months ago

sdarwin commented 10 months ago

requirements.txt includes this version of paramiko:

paramiko==1.15.2

When using a recent version of Python such as 3.7 or 3.10 to run bees, it leads to this error:

File "/usr/local/lib/python3.7/site-packages/paramiko/sftp_file.py", line 66
self._close(async=True)
                ^
SyntaxError: invalid syntax

Bees usage is blocked. You may manually upgrade paramiko. At least it will get beyond that error.