From ab77165ecc923fbd13a3bf215232c0e9bcb90ab7 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 14 Apr 2019 18:35:10 +0300 Subject: [PATCH] Revert "Don't fail due to Last.fm bug" This reverts commit c3b36433b2074a64bc3e45f9e8f32b745c2734bc. --- tests/test_album.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_album.py b/tests/test_album.py index 09b1f8f..2d47720 100755 --- a/tests/test_album.py +++ b/tests/test_album.py @@ -2,7 +2,6 @@ """ Integration (not unit) tests for pylast.py """ -import pytest import unittest import warnings @@ -12,10 +11,6 @@ from .test_pylast import TestPyLastWithLastFm class TestPyLastAlbum(TestPyLastWithLastFm): - - # Last.fm bug - # https://getsatisfaction.com/lastfm/topics/gettoptags-getting-wrong-tags - @pytest.mark.xfail def test_album_tags_are_topitems(self): # Arrange album = self.network.get_album("Test Artist", "Test Album")