Skip to content

Commit

Permalink
Xfail user.getArtistTracks, looks like Last.fm are now removing it fr…
Browse files Browse the repository at this point in the history
…om the API
  • Loading branch information
hugovk committed May 13, 2019
1 parent 9ec4e99 commit f439f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_album.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import unittest
import warnings

import pytest

import pylast

from .test_pylast import TestPyLastWithLastFm
Expand Down Expand Up @@ -40,6 +42,7 @@ def test_album_in_recent_tracks(self):
# Assert
self.assertTrue(hasattr(track, "album"))

@pytest.mark.skip(reason="Last.fm is removing from API")
def test_album_in_artist_tracks(self):
# Arrange
lastfm_user = self.network.get_user(self.username)
Expand Down

0 comments on commit f439f20

Please sign in to comment.