beets-minimal: fix build by setting _utils testPaths

This commit is contained in:
Doron Behar
2025-10-27 15:38:17 +02:00
parent 092e023ac9
commit 8a2726246f
+3 -1
View File
@@ -180,5 +180,7 @@
_typing = {
testPaths = [ ];
};
_utils = { };
_utils = {
testPaths = [ ];
};
}