Skip to content
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

PkgResourcesDeprecationWarning from mopidy/ext.py #1778

Closed
jodal opened this issue Jul 14, 2019 · 1 comment
Closed

PkgResourcesDeprecationWarning from mopidy/ext.py #1778

jodal opened this issue Jul 14, 2019 · 1 comment
Labels
C-bug Category: This is a bug good first issue Call for participation
Milestone

Comments

@jodal
Copy link
Member

jodal commented Jul 14, 2019

On newer Python 2.7, e.g. when running Ubuntu 19.04, mopidy yields the following deprecation warning.

$ mopidy --version
/usr/lib/python2.7/dist-packages/mopidy/ext.py:202: PkgResourcesDeprecationWarning: Parameters to load are deprecated.  Call .resolve and .require separately.
  extension_class = entry_point.load(require=False)
Mopidy 2.2.3
@jodal jodal added C-bug Category: This is a bug good first issue Call for participation labels Jul 14, 2019
@jodal jodal added this to the v2.2.4 milestone Jul 14, 2019
@jodal
Copy link
Member Author

jodal commented Jul 15, 2019

Fixed by #1780.

@jodal jodal closed this as completed Jul 15, 2019
@jodal jodal added this to the v2.3.0 milestone Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug good first issue Call for participation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant