You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency on gevent==1.1.1 is overly strict, it should be relaxed to allow for newer versions of gevent as well (gevent>=1.1.1). The current version of gevent is 1.1.2.
The strict dependency is in https://github.com/locustio/locust/blob/master/setup.py#L43 and was introduced in commit 1a2c9da in response to issue #421, where OSX was having trouble, presumably due to bugs in the beta release of gevent available at the time. I can't think of any reason why the version should be pinned to prevent installation of the current version of gevent.
The text was updated successfully, but these errors were encountered:
The dependency on
gevent==1.1.1
is overly strict, it should be relaxed to allow for newer versions of gevent as well (gevent>=1.1.1
). The current version of gevent is 1.1.2.The strict dependency is in https://github.com/locustio/locust/blob/master/setup.py#L43 and was introduced in commit 1a2c9da in response to issue #421, where OSX was having trouble, presumably due to bugs in the beta release of gevent available at the time. I can't think of any reason why the version should be pinned to prevent installation of the current version of gevent.
The text was updated successfully, but these errors were encountered: