buildPython*: make doCheck default less confusing

Modify the set pattern to hint developers that the doInstallCheck
attribute of Python packages, specified by the doCheck argument of
buildPythonPackage and buildPythonApplication, defaults to true instead
of false.
This commit is contained in:
Yueh-Shun Li
2024-07-03 02:42:59 +08:00
parent 2ecf26f51c
commit 455314a3f0
2 changed files with 2 additions and 2 deletions
@@ -144,7 +144,7 @@ in
, meta ? {}
, doCheck ? config.doCheckByDefault or false
, doCheck ? true
, disabledTestPaths ? []
@@ -92,7 +92,7 @@
, passthru ? {}
, doCheck ? config.doCheckByDefault or false
, doCheck ? true
, disabledTestPaths ? []