From 73dc8f2bc74c78fd74d7afc844535fc3b9e64da3 Mon Sep 17 00:00:00 2001 From: Sebastian Mohr Date: Tue, 16 Sep 2025 00:18:04 +0200 Subject: [PATCH] fix test by changing patch --- .git-blame-ignore-revs | 2 +- docs/changelog.rst | 4 ++-- test/plugins/test_embedart.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index ed86e3f8c..2ee64a97d 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -72,4 +72,4 @@ d93ddf8dd43e4f9ed072a03829e287c78d2570a2 # Moved plugin docs Further Reading chapter 33f1a5d0bef8ca08be79ee7a0d02a018d502680d # Moved art.py utility module from beets into beetsplug -a7b69e50108eebef8ce92c015f18a42f8bf7276f \ No newline at end of file +28aee0fde463f1e18dfdba1994e2bdb80833722f \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 674f3ff28..ba6a357b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,8 +29,8 @@ Other changes: match :bug:`6020` - :doc:`guides/tagger`: Section on no matching release found, related to possibly disabled musicbrainz plugin :bug:`6020` -- Moved ``art.py`` utility module from ``beets`` into ``beetsplug`` namespace as it - is not used in the core beets codebase. It can now be found in +- Moved ``art.py`` utility module from ``beets`` into ``beetsplug`` namespace as + it is not used in the core beets codebase. It can now be found in ``beetsplug._utils``. 2.4.0 (September 13, 2025) diff --git a/test/plugins/test_embedart.py b/test/plugins/test_embedart.py index 734183d3b..d40025374 100644 --- a/test/plugins/test_embedart.py +++ b/test/plugins/test_embedart.py @@ -284,7 +284,7 @@ class DummyArtResizer(ArtResizer): @patch("beets.util.artresizer.subprocess") -@patch("beets.art.extract") +@patch("beetsplug._utils.art.extract") class ArtSimilarityTest(unittest.TestCase): def setUp(self): self.item = _common.item()