about summary refs log tree commit diff
path: root/pkgs/tools/audio/beets/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/beets/common.nix')
-rw-r--r--pkgs/tools/audio/beets/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/audio/beets/common.nix b/pkgs/tools/audio/beets/common.nix
index 3678fd81fa89..b47138d2415f 100644
--- a/pkgs/tools/audio/beets/common.nix
+++ b/pkgs/tools/audio/beets/common.nix
@@ -26,6 +26,7 @@
 , extraPatches ? [ ]
 , pluginOverrides ? { }
 , disableAllPlugins ? false
+, disabledTests ? []
 
   # tests
 , runCommand
@@ -101,6 +102,7 @@ python3Packages.buildPythonApplication {
   ] ++ pluginWrapperBins;
 
   disabledTestPaths = lib.flatten (attrValues (lib.mapAttrs (n: v: v.testPaths ++ [ "test/test_${n}.py" ]) disabledPlugins));
+  inherit disabledTests;
 
   # Perform extra "sanity checks", before running pytest tests.
   preCheck = ''