python3Packages.beets: add doCheck argument for easier overriding

This commit is contained in:
Doron Behar
2026-07-16 17:38:27 +03:00
parent 3b3e87112a
commit dfc90edeb1
@@ -88,6 +88,7 @@
extraNativeBuildInputs ? [ ],
# tests
doCheck ? true,
pytestCheckHook,
pytest-cov-stub,
pytest-factoryboy,
@@ -194,6 +195,8 @@ buildPythonPackage (finalAttrs: {
]
++ finalAttrs.finalPackage.passthru.plugins.wrapperBins;
inherit doCheck;
__darwinAllowLocalNetworking = true;
disabledTestPaths =