Merge lp:~adeuring/lazr.jobrunner/use-celery-2.5.1 into lp:lazr.jobrunner

Proposed by Abel Deuring
Status: Merged
Merged at revision: 44
Proposed branch: lp:~adeuring/lazr.jobrunner/use-celery-2.5.1
Merge into: lp:lazr.jobrunner
Diff against target: 19 lines (+5/-0)
1 file modified
buildout.cfg (+5/-0)
To merge this branch: bzr merge lp:~adeuring/lazr.jobrunner/use-celery-2.5.1
Reviewer Review Type Date Requested Status
Abel Deuring (community) Approve
Review via email: mp+114141@code.launchpad.net

Description of the change

We must explicitly specify versions for Celery and Kombu in buildout.cfg because recent versions of the modules lead to lots of test failures.

To post a comment you must log in.
Revision history for this message
Abel Deuring (adeuring) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'buildout.cfg'
2--- buildout.cfg 2012-05-10 14:18:11 +0000
3+++ buildout.cfg 2012-07-10 09:46:21 +0000
4@@ -9,6 +9,7 @@
5 oops_amqp
6 oops_datedir_repo
7 zope.testing
8+versions = versions
9
10 [python]
11 recipe = zc.recipe.egg
12@@ -18,3 +19,7 @@
13 [scripts]
14 recipe = zc.recipe.egg:scripts
15 eggs = ${buildout:eggs}
16+
17+[versions]
18+celery = 2.5.1
19+kombu = 2.1.1

Subscribers

People subscribed via source and target branches

to all changes: