Merge lp:~canonical-ca-hackers/ubuntu-webcatalog/fix-test-failure into lp:ubuntu-webcatalog

Proposed by Łukasz Czyżykowski
Status: Merged
Approved by: Łukasz Czyżykowski
Approved revision: 173
Merged at revision: 172
Proposed branch: lp:~canonical-ca-hackers/ubuntu-webcatalog/fix-test-failure
Merge into: lp:ubuntu-webcatalog
Diff against target: 24 lines (+2/-1)
2 files modified
fabtasks/bootstrap.py (+1/-1)
src/webcatalog/tests/test_preflight.py (+1/-0)
To merge this branch: bzr merge lp:~canonical-ca-hackers/ubuntu-webcatalog/fix-test-failure
Reviewer Review Type Date Requested Status
Canonical Consumer Applications Hackers Pending
Review via email: mp+128862@code.launchpad.net

Commit message

Fixed latest test failure caused by the new django-preflight

Description of the change

Fixes latest test failure caused by the new django-preflight

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/bootstrap.py'
2--- fabtasks/bootstrap.py 2012-04-18 09:37:51 +0000
3+++ fabtasks/bootstrap.py 2012-10-10 06:33:22 +0000
4@@ -24,7 +24,7 @@
5
6 def virtualenv_create():
7 local("rm -rf virtualenv/*")
8- local("virtualenv --no-site-packages virtualenv", capture=False)
9+ local("virtualenv virtualenv")
10
11
12 def install_requirements():
13
14=== modified file 'src/webcatalog/tests/test_preflight.py'
15--- src/webcatalog/tests/test_preflight.py 2012-06-27 17:03:15 +0000
16+++ src/webcatalog/tests/test_preflight.py 2012-10-10 06:33:22 +0000
17@@ -78,6 +78,7 @@
18 'openid',
19 'piston',
20 'Django',
21+ 'Platform',
22 'preflight',
23 ])
24 expected_checks = set([

Subscribers

People subscribed via source and target branches