Merge lp:~canonical-isd-hackers/rnr-server/jenkins-fix into lp:rnr-server

Proposed by Łukasz Czyżykowski
Status: Merged
Approved by: Michael Nelson
Approved revision: 171
Merged at revision: 174
Proposed branch: lp:~canonical-isd-hackers/rnr-server/jenkins-fix
Merge into: lp:rnr-server
Diff against target: 12 lines (+1/-1)
1 file modified
fabtasks/django.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-isd-hackers/rnr-server/jenkins-fix
Reviewer Review Type Date Requested Status
Ratings and Reviews Developers Pending
Review via email: mp+55702@code.launchpad.net

Commit message

Fixed Jenkins build failure due to too new version of unittest-xml-reporting project.

Description of the change

Overview
========
This branch fixes build failures on the Jenking. It pinpoints the version of the unittest-xml-reporting project to the one which works with Django 1.1

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'fabtasks/django.py'
2--- fabtasks/django.py 2011-03-18 16:04:29 +0000
3+++ fabtasks/django.py 2011-03-31 08:15:56 +0000
4@@ -62,7 +62,7 @@
5
6 def jenkins():
7 # Required for getting results reported in Jenkins
8- local("virtualenv/bin/pip -q install unittest-xml-reporting")
9+ local("virtualenv/bin/pip -q install unittest-xml-reporting==1.0.2")
10
11 # Make sure that test runner setting is in local.cfg
12 local_cfg = ConfigParser()

Subscribers

People subscribed via source and target branches