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:
@@ -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 ? []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user