← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~benji/launchpad/bug-1002820 into lp:launchpad

 

Benji York has proposed merging lp:~benji/launchpad/bug-1002820 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~benji/launchpad/bug-1002820/+merge/106851

This branch switches our rabbitfixture to a version with longer timeouts.  This is a fix/experiment regarding bug 1002820.
-- 
https://code.launchpad.net/~benji/launchpad/bug-1002820/+merge/106851
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~benji/launchpad/bug-1002820 into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg	2012-05-15 23:01:53 +0000
+++ versions.cfg	2012-05-22 16:23:50 +0000
@@ -99,7 +99,10 @@
 pytz = 2012c
 rdflib = 3.1.0
 RestrictedPython = 3.5.1
-rabbitfixture = 0.3.3
+# Built from lp:~benji/rabbitfixture/longer-timeout
+# revision: r30
+# to build: python setup.py sdist
+rabbitfixture = 0.3.3-lp-1
 roman = 1.4.0
 # See http://code.google.com/p/selenium/issues/detail?id=1935 .
 selenium = 2.0rc3-lp-distribute-fix


Follow ups