Description: use builtin mock, not external
From: Alexandre Detiste <tchet@debian.org>
Forwarded: not-needed
--- a/test/test_sort.py
+++ b/test/test_sort.py
@@ -14,7 +14,7 @@
 
 """Various tests for querying the library database."""
 
-from mock import patch
+from unittest.mock import patch
 
 import beets.library
 from beets import config, dbcore
