Skip to content

Extension.setup() should raise NotImplementedError #813

@adamcik

Description

@adamcik

Having just wasted at least an hour hunting down why spotify wasn't working because of this I'm strongly for this breaking loudly when you have an old pre setup extension for some reason. Yes this shouldn't happen often, if at all, but this was a pain in the ass to debug (mopidy deps "lies" in this case btw).

Problem turned out to be that the 1.2.0 wheel was actually a 1.0.3 codebase, so it installs just fine. But since it has get_backends instead of setup it never gets used...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions