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

move eventlet to test requirement #8

Closed
wants to merge 4 commits into from
Closed

Conversation

snopoke
Copy link

@snopoke snopoke commented Nov 22, 2019

Fixes #7

@coveralls
Copy link

coveralls commented Nov 22, 2019

Coverage Status

Coverage decreased (-0.2%) to 94.878% when pulling 8e256b8 on snopoke:patch-1 into 4fe625c on greyside:master.

@snopoke
Copy link
Author

snopoke commented Nov 26, 2019

Python 3.3. Build failing:

Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2
0.13s$ curl -sSf --retry 5 -o python-3.3.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
Unable to download 3.3 archive. The archive may not exist. Please consider a different version.

drop builds for python 2.7 and 3.3. Add 3.5, 3.6, 3.7, 3.8
@snopoke
Copy link
Author

snopoke commented Feb 5, 2020

build updated and passing

millerdev added a commit to dimagi/commcare-hq that referenced this pull request Oct 12, 2020
errand-boy is no longer maintained and/or the author is not accepting pull requests (like greyside/errand-boy#8 ). It causes pip to pull in a problematic dependency (eventlet), which is a possible "cause of the sms_queue issues" (see #25310 ). There is currently no way to tell pip or pip-compile to exclude dependencies, and therefore all dependabot pull requests must be manually amended to remove `eventlet` and is dependency `monotonic` (example: d7bcbca ).
@snopoke snopoke closed this Sep 22, 2021
@snopoke snopoke deleted the patch-1 branch September 22, 2021 13:49
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

Successfully merging this pull request may close these issues.

Eventlet dependency
2 participants