Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overly strict dependency on gevent==1.1.1 #479

Closed
tysonclugg opened this issue Sep 14, 2016 · 2 comments
Closed

Overly strict dependency on gevent==1.1.1 #479

tysonclugg opened this issue Sep 14, 2016 · 2 comments

Comments

@tysonclugg
Copy link

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.

@jbwhaley
Copy link

jbwhaley commented Nov 22, 2016

Having this issue on CentOS 7.2 as well. Agree that pip install probably shouldn't break every time gevent is updated.

@heyman
Copy link
Member

heyman commented Nov 24, 2016

This is changed in master where we specify gevent>=1.1.2.

The latest master has been released to PyPI as a pre-release, and can be installed with:

pip install locustio==0.8a1

@heyman heyman closed this as completed Nov 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants