FTBFS on Wily
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Autopilot |
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
- PS Jenkins bot: Approve (continuous-integration) on 2015-08-19
- Autopilot Hackers: Pending requested 2015-08-19
-
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)
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-08-24
- Autopilot Hackers: Pending requested 2015-08-24
-
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 |
| Barry Warsaw (barry) wrote : | #1 |
| summary: |
- FTBFS on WIly + FTBFS on Wily |
| Christopher Lee (veebers) wrote : | #2 |
@barry I'll comment here for completeness, I've run into issues with the release (that included a fix for this and others) that has held up the landing. I'm going to blow that away and land just the fix for this FTBFS today.
| Barry Warsaw (barry) wrote : | #3 |
Hi @veebers. I see that 1.5.1+15.
The same version is still ftbfs in the 35asdefault PPA:
Any idea why the tests are failing in the PPA but not in the archive?
| tags: | added: ftbfs |
| tags: | added: python3.5 |
| Barry Warsaw (barry) wrote : | #4 |
1.5.1+15.
| Barry Warsaw (barry) wrote : | #5 |
| Barry Warsaw (barry) wrote : | #6 |
This patch fixes the package build for me, when Python 3.5 is the default (as it is in the PPA).

@veebers: What's the status of this mp? I'd like to get a fixed autopilot into wily asap. Can I help?