python3Packages.beets: add doCheck argument for easier overriding
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user