Remove references to nonexistent API call, fix missing dependency in README
This commit is contained in:
parent
3d9e863cd3
commit
c687ab9ad1
4 changed files with 5 additions and 21 deletions
|
@ -929,7 +929,6 @@ class TestPyLast(unittest.TestCase):
|
|||
# Skip the first one because Last.fm API is broken
|
||||
# self.helper_validate_cacheable(lastfm_user, "get_friends")
|
||||
self.helper_validate_cacheable(lastfm_user, "get_loved_tracks")
|
||||
self.helper_validate_cacheable(lastfm_user, "get_neighbours")
|
||||
self.helper_validate_cacheable(lastfm_user, "get_past_events")
|
||||
self.helper_validate_cacheable(lastfm_user, "get_recent_tracks")
|
||||
self.helper_validate_cacheable(lastfm_user, "get_recommended_artists")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue