Merge lp:~nskaggs/ubuntu-test-cases/add-cal-depends into lp:ubuntu-test-cases/touch

Proposed by Nicholas Skaggs
Status: Merged
Merged at revision: 297
Proposed branch: lp:~nskaggs/ubuntu-test-cases/add-cal-depends
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/testconfig.py (+1/-1)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-test-cases/add-cal-depends
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+234823@code.launchpad.net

Commit message

Add python3-dateutil to depends, rather than assume phablet-tools installs it

Description of the change

Add python3-dateutil to depends, rather than assume phablet-tools installs it

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

This fixes the failures we've been seeing there lately I guess?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/testconfig.py'
2--- jenkins/testconfig.py 2014-09-10 13:46:14 +0000
3+++ jenkins/testconfig.py 2014-09-16 14:20:08 +0000
4@@ -57,7 +57,7 @@
5 APTest('dialer-app-autopilot', pkgs=['dialer-app-autopilot']),
6 APTest('messaging-app-autopilot', pkgs=['messaging-app-autopilot']),
7 APTest('address-book-app-autopilot', pkgs=['address-book-app-autopilot']),
8- APTest('calendar-app-autopilot', pkgs=['address-book-service-dummy', 'address-book-service-testability']),
9+ APTest('calendar-app-autopilot', pkgs=['address-book-service-dummy', 'address-book-service-testability', 'python3-dateutil']),
10 APTest('reminders-autopilot', pkgs=['python3-dbusmock', 'python3-requests-oauthlib', 'account-plugin-evernote-sandbox']),
11 APTest('music-app-autopilot'),
12 APTest('dropping-letters-app-autopilot'),

Subscribers

People subscribed via source and target branches