-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to python3 for next major Mopidy release #3
Conversation
To fix the build error here, you need to:
You only need to do this for the first repo in your org you use with CircleCI. |
Switches from use of playback controller (deprecated) to mixer volume as mentioned in #1 Uses `get_state()` instead of `state`
This currently uses three files copy-n-pasted from upstream Mopidy to provide dummy interfaces for mixer, backend and audio. These dummy files seem a little janky- should they be part of a mopidy-test package so that they stay in-sync with Mopidy's API? Since otherwise tests may?? pass that fail against the real Mopidy. Maybe?
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 88.88%
=========================================
Files ? 2
Lines ? 90
Branches ? 0
=========================================
Hits ? 80
Misses ? 10
Partials ? 0
Continue to review full report at Codecov.
|
Aims to fix #1