FTBFS on Wily
Bug #1488175 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Looks like it's due to a bunch of flake8 failures.
I'll try to put together a branch to fix these.
Related branches
lp://staging/~canonical-platform-qa/autopilot/fix-updated-flake8
- PS Jenkins bot: Approve (continuous-integration)
- Autopilot Hackers: Pending requested
-
Diff: 79 lines (+10/-8)5 files modifiedautopilot/input/__init__.py (+1/-1)
autopilot/run.py (+1/-1)
autopilot/tests/functional/test_input_stack.py (+6/-3)
debian/rules (+1/-1)
setup.py (+1/-2)
lp://staging/~barry/autopilot/lp1488175
Ready for review
for merging
into
lp://staging/autopilot
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Autopilot Hackers: Pending requested
-
Diff: 912 lines (+242/-119) (has conflicts)23 files modifiedautopilot/introspection/_xpathselect.py (+4/-7)
autopilot/process/_bamf.py (+4/-2)
autopilot/run.py (+8/-8)
autopilot/testcase.py (+2/-2)
autopilot/tests/functional/test_ap_apps.py (+2/-1)
autopilot/tests/functional/test_autopilot_functional.py (+4/-2)
autopilot/tests/functional/test_dbus_query.py (+8/-10)
autopilot/tests/functional/test_input_stack.py (+9/-1)
autopilot/tests/unit/test_application_launcher.py (+11/-10)
autopilot/tests/unit/test_input.py (+4/-1)
autopilot/tests/unit/test_introspection_dbus.py (+4/-1)
autopilot/tests/unit/test_introspection_xpathselect.py (+33/-19)
autopilot/tests/unit/test_pick_backend.py (+20/-17)
autopilot/tests/unit/test_platform.py (+2/-1)
autopilot/tests/unit/test_process.py (+2/-2)
autopilot/tests/unit/test_stagnate_state.py (+6/-3)
autopilot/tests/unit/test_test_loader.py (+4/-3)
autopilot/tests/unit/test_testcase.py (+5/-4)
autopilot/tests/unit/test_types.py (+17/-8)
autopilot/vis/dbus_search.py (+10/-6)
debian/changelog (+73/-5)
docs/otto.py (+1/-4)
setup.py (+9/-2)
Changed in autopilot: | |
assignee: | nobody → Barry Warsaw (barry) |
status: | New → In Progress |
Changed in autopilot: | |
assignee: | Barry Warsaw (barry) → nobody |
summary: |
- FTBFS on WIly + FTBFS on Wily |
tags: | added: python3.5 |
To post a comment you must log in.
@veebers: What's the status of this mp? I'd like to get a fixed autopilot into wily asap. Can I help?