Merge lp:~michael-sheldon/ubuntu-keyboard/fix-zesty-flake8 into lp:ubuntu-keyboard

Proposed by Michael Sheldon
Status: Merged
Approved by: Michael Sheldon
Approved revision: 521
Merged at revision: 525
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/fix-zesty-flake8
Merge into: lp:ubuntu-keyboard
Diff against target: 11 lines (+1/-0)
1 file modified
tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py (+1/-0)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-zesty-flake8
Reviewer Review Type Date Requested Status
Ken VanDine Approve
system-apps-ci-bot continuous-integration Needs Fixing
Review via email: mp+310552@code.launchpad.net

Commit message

Fix flake8 tests on zesty

Description of the change

Fix flake8 tests on zesty

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:521
https://jenkins.canonical.com/system-apps/job/lp-ubuntu-keyboard-ci/45/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/1960/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1961
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1800/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1800/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1800/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1800
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1800/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-ubuntu-keyboard-ci/45/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py'
2--- tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-08-08 16:56:58 +0000
3+++ tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-11-10 16:22:12 +0000
4@@ -1726,6 +1726,7 @@
5 os.rename(maliitdir + ".bak", maliitdir)
6 subprocess.check_call(['restart', 'maliit-server'])
7
8+
9 # Clear away any learnt predictions and recent emoji
10 presagedir = os.path.expanduser("~/.presage")
11 if os.path.exists(presagedir):

Subscribers

People subscribed via source and target branches