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

Update tox.ini gevent dependencies once it supports PyPy and Python3 #21

Open
rgalanakis opened this issue Jun 13, 2014 · 0 comments
Open

Comments

@rgalanakis
Copy link
Owner

tox.ini uses the tip of surfly/gevent for PyPy because 1.0.1 doesn't support it.

Much worse, the 3.3 environment is a total mess, because Cython wouldn't install before gevent on travis, so cython is in deps, and gevent is installed as a command. However the removal of gevent as a dependency meant that setup,py egg_info couldn't be run (explicit backend set but not valid raises error), so the GOLESS_BACKEND var is nulled out. To top off the cake, travis couldn't find coverage, so tox just runs nosetests.

Rather than debug this crap (I tried!), let's just wait for gevent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant